Html Css Color HEX #4C7BAA Steel Blue

📋 copy color: '#4C7BAA'

red 76 ◦ green 123 ◦ blue 170

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

Shades of Steel Blue #4C7BAA

Tints of Steel Blue #4C7BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 20.6%
G = 33.33%
B = 46.07%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C7BAA (or 0x4C7BAA) is known color: Steel Blue. HEX triplet: 4C, 7B and AA. RGB value is (76,123,170). Sum of RGB (Red+Green+Blue) = 76+123+170=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C7BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7BAA is #B38455. Grayscale: #727272. Windows color (decimal): -11764822 or 11172684. OLE color: 11172684.

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

Color convert

RGB 76 123 170 -
CMYK 0.55 0.28 0 0.33
HSL 210º 0.38% 0.48% -
HSV(B) 210º 0.55% 0.67% -
XYZ 17.32 18.6 40.71 -
YUV 114.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 76 123 170 0.55 0.28 0 0.33 210 0.38 0.48
Hex 4C 7B AA 37 1C 0 21 D2 26 30
Octal 114 173 252 67 34 0 41 322 46 60
Binary 1001100 1111011 10101010 110111 11100 0 100001 11010010 100110 110000

Color Harmonies of #4C7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7BAA

Black with #4C7BAA

Text Example


Text Example

White with #4C7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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