Html Css Color HEX #4F80B1 Steel Blue

📋 copy color: '#4F80B1'

red 79 ◦ green 128 ◦ blue 177

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

Shades of Steel Blue #4F80B1

Tints of Steel Blue #4F80B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.09%

R = 20.57%
G = 33.33%
B = 46.09%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4F80B1 (or 0x4F80B1) is known color: Steel Blue. HEX triplet: 4F, 80 and B1. RGB value is (79,128,177). Sum of RGB (Red+Green+Blue) = 79+128+177=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #4F80B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F80B1 is #B07F4E. Grayscale: #767676. Windows color (decimal): -11566927 or 11632719. OLE color: 11632719.

HSL color Cylindrical-coordinate representation of color #4F80B1: hue angle of 210º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F80B1 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 128 177 -
CMYK 0.55 0.28 0 0.31
HSL 210º 0.39% 0.5% -
HSV(B) 210º 0.55% 0.69% -
XYZ 18.88 20.27 44.51 -
YUV 118.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 79 128 177 0.55 0.28 0 0.31 210 0.39 0.5
Hex 4F 80 B1 37 1C 0 1F D2 27 32
Octal 117 200 261 67 34 0 37 322 47 62
Binary 1001111 10000000 10110001 110111 11100 0 11111 11010010 100111 110010

Color Harmonies of #4F80B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F80B1

Black with #4F80B1

Text Example


Text Example

White with #4F80B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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