Html Css Color HEX #4F86AC Steel Blue

📋 copy color: '#4F86AC'

red 79 ◦ green 134 ◦ blue 172

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

Shades of Steel Blue #4F86AC

Tints of Steel Blue #4F86AC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

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

R = 20.52%
G = 34.81%
B = 44.68%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F86AC (or 0x4F86AC) is known color: Steel Blue. HEX triplet: 4F, 86 and AC. RGB value is (79,134,172). Sum of RGB (Red+Green+Blue) = 79+134+172=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F86AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F86AC is #B07953. Grayscale: #797979. Windows color (decimal): -11565396 or 11306575. OLE color: 11306575.

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

Color convert

RGB 79 134 172 -
CMYK 0.54 0.22 0 0.33
HSL 204.52º 0.37% 0.49% -
HSV(B) 204.52º 0.54% 0.67% -
XYZ 19.2 21.69 42.2 -
YUV 121.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 79 134 172 0.54 0.22 0 0.33 204.52 0.37 0.49
Hex 4F 86 AC 36 16 0 21 CD 25 31
Octal 117 206 254 66 26 0 41 315 45 61
Binary 1001111 10000110 10101100 110110 10110 0 100001 11001101 100101 110001

Color Harmonies of #4F86AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F86AC

Black with #4F86AC

Text Example


Text Example

White with #4F86AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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