Html Css Color HEX #4F7EAC Steel Blue

📋 copy color: '#4F7EAC'

red 79 ◦ green 126 ◦ blue 172

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

Shades of Steel Blue #4F7EAC

Tints of Steel Blue #4F7EAC

RGB

 RED value IS 79 (31.25% from 255) = 20.95%

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

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

R = 20.95%
G = 33.42%
B = 45.62%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F7EAC (or 0x4F7EAC) is known color: Steel Blue. HEX triplet: 4F, 7E and AC. RGB value is (79,126,172). Sum of RGB (Red+Green+Blue) = 79+126+172=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F7EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7EAC is #B08153. Grayscale: #747474. Windows color (decimal): -11567444 or 11304527. OLE color: 11304527.

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

Color convert

RGB 79 126 172 -
CMYK 0.54 0.27 0 0.33
HSL 209.68º 0.37% 0.49% -
HSV(B) 209.68º 0.54% 0.67% -
XYZ 18.13 19.56 41.85 -
YUV 117.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 79 126 172 0.54 0.27 0 0.33 209.68 0.37 0.49
Hex 4F 7E AC 36 1B 0 21 D2 25 31
Octal 117 176 254 66 33 0 41 322 45 61
Binary 1001111 1111110 10101100 110110 11011 0 100001 11010010 100101 110001

Color Harmonies of #4F7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7EAC

Black with #4F7EAC

Text Example


Text Example

White with #4F7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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