Html Css Color HEX #4C7DAE Steel Blue

📋 copy color: '#4C7DAE'

red 76 ◦ green 125 ◦ blue 174

#4C7DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #4C7DAE

Tints of Steel Blue #4C7DAE

RGB

 RED value IS 76 (30.08% from 255) = 20.27%

 GREEN value IS 125 (49.22% from 255) = 33.33%

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 20.27%
G = 33.33%
B = 46.4%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C7DAE (or 0x4C7DAE) is known color: Steel Blue. HEX triplet: 4C, 7D and AE. RGB value is (76,125,174). Sum of RGB (Red+Green+Blue) = 76+125+174=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C7DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7DAE is #B38251. Grayscale: #737373. Windows color (decimal): -11764306 or 11435340. OLE color: 11435340.

HSL color Cylindrical-coordinate representation of color #4C7DAE: hue angle of 210º 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 #4C7DAE is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 125 174 -
CMYK 0.56 0.28 0 0.32
HSL 210º 0.39% 0.49% -
HSV(B) 210º 0.56% 0.68% -
XYZ 17.95 19.26 42.82 -
YUV 115.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 76 125 174 0.56 0.28 0 0.32 210 0.39 0.49
Hex 4C 7D AE 38 1C 0 20 D2 27 31
Octal 114 175 256 70 34 0 40 322 47 61
Binary 1001100 1111101 10101110 111000 11100 0 100000 11010010 100111 110001

Color Harmonies of #4C7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7DAE

Black with #4C7DAE

Text Example


Text Example

White with #4C7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C7DAE;
 }
 .AnyTagClassName
 {
   color: #4C7DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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