Html Css Color HEX #4F80AB Steel Blue

📋 copy color: '#4F80AB'

red 79 ◦ green 128 ◦ blue 171

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

Shades of Steel Blue #4F80AB

Tints of Steel Blue #4F80AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 20.9%
G = 33.86%
B = 45.24%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F80AB (or 0x4F80AB) is known color: Steel Blue. HEX triplet: 4F, 80 and AB. RGB value is (79,128,171). Sum of RGB (Red+Green+Blue) = 79+128+171=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F80AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F80AB is #B07F54. Grayscale: #767676. Windows color (decimal): -11566933 or 11239503. OLE color: 11239503.

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

Color convert

RGB 79 128 171 -
CMYK 0.54 0.25 0 0.33
HSL 208.04º 0.37% 0.49% -
HSV(B) 208.04º 0.54% 0.67% -
XYZ 18.29 20.04 41.43 -
YUV 118.25 157.77 100 -
System Red Green Blue C M Y K H S L
Decimal 79 128 171 0.54 0.25 0 0.33 208.04 0.37 0.49
Hex 4F 80 AB 36 19 0 21 D0 25 31
Octal 117 200 253 66 31 0 41 320 45 61
Binary 1001111 10000000 10101011 110110 11001 0 100001 11010000 100101 110001

Color Harmonies of #4F80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F80AB

Black with #4F80AB

Text Example


Text Example

White with #4F80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,128,171); }

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

background-color css

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

 a { background-color: rgb(79,128,171); }

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

border-color css

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

 span { border-color: rgb(79,128,171); }

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