Html Css Color HEX #4F80B3 Steel Blue

📋 copy color: '#4F80B3'

red 79 ◦ green 128 ◦ blue 179

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

Shades of Steel Blue #4F80B3

Tints of Steel Blue #4F80B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.37%

R = 20.47%
G = 33.16%
B = 46.37%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4F80B3 (or 0x4F80B3) is known color: Steel Blue. HEX triplet: 4F, 80 and B3. RGB value is (79,128,179). Sum of RGB (Red+Green+Blue) = 79+128+179=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F80B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F80B3 is #B07F4C. Grayscale: #767676. Windows color (decimal): -11566925 or 11763791. OLE color: 11763791.

HSL color Cylindrical-coordinate representation of color #4F80B3: hue angle of 210.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F80B3 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 79 128 179 -
CMYK 0.56 0.28 0 0.30
HSL 210.6º 0.4% 0.51% -
HSV(B) 210.6º 0.56% 0.7% -
XYZ 19.08 20.36 45.57 -
YUV 119.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 79 128 179 0.56 0.28 0 0.30 210.6 0.4 0.51
Hex 4F 80 B3 38 1C 0 1E D3 28 33
Octal 117 200 263 70 34 0 36 323 50 63
Binary 1001111 10000000 10110011 111000 11100 0 11110 11010011 101000 110011

Color Harmonies of #4F80B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F80B3

Black with #4F80B3

Text Example


Text Example

White with #4F80B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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