#4f83b5

Color #4F83B5 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4F83B5

Tints of Steel Blue #4F83B5

Color information

#4F83B5 (or 0x4F83B5) is unknown color: approx Steel Blue. HEX triplet: 4F, 83 and B5. RGB value is (79,131,181). Sum of RGB (Red+Green+Blue) = 79+131+181=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #4F83B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F83B5 is #B07C4A. Grayscale: #787878. Windows color (decimal): -11566155 or 11895631. OLE color: 11895631.

HSL color Cylindrical-coordinate representation of color #4F83B5: hue angle of 209.41º 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 #4F83B5 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB79131181-
CMYK0.560.2800.29
HSL209.41º40.8%50.98%-
HSV(B)209.41º56.35%70.98%-
XYZ19.6821.2346.78-
YUV121.15161.7797.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.20%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 181 (71.09% from 255) = 46.29%
R=20.20%
G=33.50%
B=46.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal791311810.560.2800.29209.4140.850.98
Hex4F83B5381C01Dd12933
Octal11720326570340353215163
Binary100111110000011101101011110001110001110111010001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f83b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4f83b5;
 }
 .AnyTagClassName
 {
   color: #4f83b5;
 }
</style>
background-color css

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

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

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

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

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

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