Html Css Color HEX #4C7BAB Steel Blue

📋 copy color: '#4C7BAB'

red 76 ◦ green 123 ◦ blue 171

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

Shades of Steel Blue #4C7BAB

Tints of Steel Blue #4C7BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.24%

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 20.54%
G = 33.24%
B = 46.22%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C7BAB (or 0x4C7BAB) is known color: Steel Blue. HEX triplet: 4C, 7B and AB. RGB value is (76,123,171). Sum of RGB (Red+Green+Blue) = 76+123+171=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C7BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7BAB is #B38454. Grayscale: #727272. Windows color (decimal): -11764821 or 11238220. OLE color: 11238220.

HSL color Cylindrical-coordinate representation of color #4C7BAB: hue angle of 210.32º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C7BAB is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 123 171 -
CMYK 0.56 0.28 0 0.33
HSL 210.32º 0.38% 0.48% -
HSV(B) 210.32º 0.56% 0.67% -
XYZ 17.41 18.64 41.21 -
YUV 114.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 76 123 171 0.56 0.28 0 0.33 210.32 0.38 0.48
Hex 4C 7B AB 38 1C 0 21 D2 26 30
Octal 114 173 253 70 34 0 41 322 46 60
Binary 1001100 1111011 10101011 111000 11100 0 100001 11010010 100110 110000

Color Harmonies of #4C7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7BAB

Black with #4C7BAB

Text Example


Text Example

White with #4C7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,123,171); }

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

background-color css

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

 a { background-color: rgb(76,123,171); }

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

border-color css

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

 span { border-color: rgb(76,123,171); }

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