Html Css Color HEX #4F77B5 Steel Blue

📋 copy color: '#4F77B5'

red 79 ◦ green 119 ◦ blue 181

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

Shades of Steel Blue #4F77B5

Tints of Steel Blue #4F77B5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 181 (71.09% from 255) = 47.76%

R = 20.84%
G = 31.4%
B = 47.76%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4F77B5 (or 0x4F77B5) is known color: Steel Blue. HEX triplet: 4F, 77 and B5. RGB value is (79,119,181). Sum of RGB (Red+Green+Blue) = 79+119+181=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #4F77B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F77B5 is #B0884A. Grayscale: #717171. Windows color (decimal): -11569227 or 11892559. OLE color: 11892559.

HSL color Cylindrical-coordinate representation of color #4F77B5: hue angle of 216.47º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F77B5 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 119 181 -
CMYK 0.56 0.34 0 0.29
HSL 216.47º 0.41% 0.51% -
HSV(B) 216.47º 0.56% 0.71% -
XYZ 18.16 18.19 46.27 -
YUV 114.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 79 119 181 0.56 0.34 0 0.29 216.47 0.41 0.51
Hex 4F 77 B5 38 22 0 1D D8 29 33
Octal 117 167 265 70 42 0 35 330 51 63
Binary 1001111 1110111 10110101 111000 100010 0 11101 11011000 101001 110011

Color Harmonies of #4F77B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F77B5

Black with #4F77B5

Text Example


Text Example

White with #4F77B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,119,181); }

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

background-color css

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

 a { background-color: rgb(79,119,181); }

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

border-color css

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

 span { border-color: rgb(79,119,181); }

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