Html Css Color HEX #4F7FAC Steel Blue

📋 copy color: '#4F7FAC'

red 79 ◦ green 127 ◦ blue 172

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

Shades of Steel Blue #4F7FAC

Tints of Steel Blue #4F7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 33.6%

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

R = 20.9%
G = 33.6%
B = 45.5%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F7FAC (or 0x4F7FAC) is known color: Steel Blue. HEX triplet: 4F, 7F and AC. RGB value is (79,127,172). Sum of RGB (Red+Green+Blue) = 79+127+172=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7FAC is #B08053. Grayscale: #757575. Windows color (decimal): -11567188 or 11304783. OLE color: 11304783.

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

Color convert

RGB 79 127 172 -
CMYK 0.54 0.26 0 0.33
HSL 209.03º 0.37% 0.49% -
HSV(B) 209.03º 0.54% 0.67% -
XYZ 18.26 19.82 41.89 -
YUV 117.78 158.6 100.34 -
System Red Green Blue C M Y K H S L
Decimal 79 127 172 0.54 0.26 0 0.33 209.03 0.37 0.49
Hex 4F 7F AC 36 1A 0 21 D1 25 31
Octal 117 177 254 66 32 0 41 321 45 61
Binary 1001111 1111111 10101100 110110 11010 0 100001 11010001 100101 110001

Color Harmonies of #4F7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7FAC

Black with #4F7FAC

Text Example


Text Example

White with #4F7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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