Html Css Color HEX #4F7DAC Steel Blue

📋 copy color: '#4F7DAC'

red 79 ◦ green 125 ◦ blue 172

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

Shades of Steel Blue #4F7DAC

Tints of Steel Blue #4F7DAC

RGB

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

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

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

R = 21.01%
G = 33.24%
B = 45.74%

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

#4F7DAC (or 0x4F7DAC) is known color: Steel Blue. HEX triplet: 4F, 7D and AC. RGB value is (79,125,172). Sum of RGB (Red+Green+Blue) = 79+125+172=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F7DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7DAC is #B08253. Grayscale: #747474. Windows color (decimal): -11567700 or 11304271. OLE color: 11304271.

HSL color Cylindrical-coordinate representation of color #4F7DAC: hue angle of 210.32º 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 #4F7DAC is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 125 172 -
CMYK 0.54 0.27 0 0.33
HSL 210.32º 0.37% 0.49% -
HSV(B) 210.32º 0.54% 0.67% -
XYZ 18 19.31 41.81 -
YUV 116.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 79 125 172 0.54 0.27 0 0.33 210.32 0.37 0.49
Hex 4F 7D AC 36 1B 0 21 D2 25 31
Octal 117 175 254 66 33 0 41 322 45 61
Binary 1001111 1111101 10101100 110110 11011 0 100001 11010010 100101 110001

Color Harmonies of #4F7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7DAC

Black with #4F7DAC

Text Example


Text Example

White with #4F7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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