#4C7DAD

Color #4C7DAD Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4C7DAD

Tints of Steel Blue #4C7DAD

Color information

#4C7DAD (or 0x4C7DAD) is unknown color: approx Steel Blue. HEX triplet: 4C, 7D and AD. RGB value is (76,125,173). Sum of RGB (Red+Green+Blue) = 76+125+173=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C7DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7DAD is #B38252. Grayscale: #737373. Windows color (decimal): -11764307 or 11369804. OLE color: 11369804.

HSL color Cylindrical-coordinate representation of color #4C7DAD: hue angle of 209.69º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C7DAD is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB76125173-
CMYK0.560.2800.32
HSL209.69º38.96%48.82%-
HSV(B)209.69º56.07%67.84%-
XYZ17.8619.2242.3-
YUV115.82160.2799.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 20.32%
GREEN value IS 125 (49.22% from 255) = 33.42%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=20.32%
G=33.42%
B=46.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761251730.560.2800.32209.6938.9648.82
Hex4C7DAD381C020d22731
Octal11417525570340403224761
Binary100110011111011010110111100011100010000011010010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C7DAD; }

 p { color: rgb(76,125,173); }

 H1.HeaderClassName
 {
   color: #4C7DAD;
 }
 .AnyTagClassName
 {
   color: #4C7DAD;
 }
</style>
background-color css

<style>
 a { background-color: #4C7DAD; }

 a { background-color: rgb(76,125,173); }

 div.DivClassName
 {
   background-color: #4C7DAD;
 }
 .BgClassName
 {
   background-color: #4C7DAD;
 }
</style>
border-color css

<style>
 span { border-color: #4C7DAD; }

 span { border-color: rgb(76,125,173); }

 td.TdClassName
 {
   border-color: #4C7DAD;
 }
 .TagClassName
 {
   border-color: #4C7DAD;
 }
</style>