Html Css Color HEX #4C7EAC Steel Blue

📋 copy color: '#4C7EAC'

red 76 ◦ green 126 ◦ blue 172

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

Shades of Steel Blue #4C7EAC

Tints of Steel Blue #4C7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.69%

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 20.32%
G = 33.69%
B = 45.99%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C7EAC (or 0x4C7EAC) is known color: Steel Blue. HEX triplet: 4C, 7E and AC. RGB value is (76,126,172). Sum of RGB (Red+Green+Blue) = 76+126+172=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C7EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7EAC is #B38153. Grayscale: #747474. Windows color (decimal): -11764052 or 11304524. OLE color: 11304524.

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

Color convert

RGB 76 126 172 -
CMYK 0.56 0.27 0 0.33
HSL 208.75º 0.39% 0.49% -
HSV(B) 208.75º 0.56% 0.67% -
XYZ 17.89 19.44 41.84 -
YUV 116.29 159.44 99.26 -
System Red Green Blue C M Y K H S L
Decimal 76 126 172 0.56 0.27 0 0.33 208.75 0.39 0.49
Hex 4C 7E AC 38 1B 0 21 D1 27 31
Octal 114 176 254 70 33 0 41 321 47 61
Binary 1001100 1111110 10101100 111000 11011 0 100001 11010001 100111 110001

Color Harmonies of #4C7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7EAC

Black with #4C7EAC

Text Example


Text Example

White with #4C7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,126,172); }

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

background-color css

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

 a { background-color: rgb(76,126,172); }

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

border-color css

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

 span { border-color: rgb(76,126,172); }

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