Html Css Color HEX #4F85AA Steel Blue

📋 copy color: '#4F85AA'

red 79 ◦ green 133 ◦ blue 170

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

Shades of Steel Blue #4F85AA

Tints of Steel Blue #4F85AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 20.68%
G = 34.82%
B = 44.5%

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

#4F85AA (or 0x4F85AA) is known color: Steel Blue. HEX triplet: 4F, 85 and AA. RGB value is (79,133,170). Sum of RGB (Red+Green+Blue) = 79+133+170=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F85AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F85AA is #B07A55. Grayscale: #787878. Windows color (decimal): -11565654 or 11175247. OLE color: 11175247.

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

Color convert

RGB 79 133 170 -
CMYK 0.54 0.22 0 0.33
HSL 204.4º 0.37% 0.49% -
HSV(B) 204.4º 0.54% 0.67% -
XYZ 18.87 21.34 41.15 -
YUV 121.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 79 133 170 0.54 0.22 0 0.33 204.4 0.37 0.49
Hex 4F 85 AA 36 16 0 21 CC 25 31
Octal 117 205 252 66 26 0 41 314 45 61
Binary 1001111 10000101 10101010 110110 10110 0 100001 11001100 100101 110001

Color Harmonies of #4F85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F85AA

Black with #4F85AA

Text Example


Text Example

White with #4F85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,133,170); }

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

background-color css

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

 a { background-color: rgb(79,133,170); }

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

border-color css

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

 span { border-color: rgb(79,133,170); }

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