#4F88AE

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

Shades of Steel Blue #4F88AE

Tints of Steel Blue #4F88AE

Color information

#4F88AE (or 0x4F88AE) is unknown color: approx Steel Blue. HEX triplet: 4F, 88 and AE. RGB value is (79,136,174). Sum of RGB (Red+Green+Blue) = 79+136+174=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F88AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F88AE is #B07751. Grayscale: #7B7B7B. Windows color (decimal): -11564882 or 11438159. OLE color: 11438159.

HSL color Cylindrical-coordinate representation of color #4F88AE: hue angle of 204º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F88AE is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB79136174-
CMYK0.550.2200.32
HSL204º37.55%49.61%-
HSV(B)204º54.6%68.24%-
XYZ19.6722.3343.32-
YUV123.29156.6296.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.31%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=20.31%
G=34.96%
B=44.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791361740.550.2200.3220437.5549.61
Hex4F88AE3716020cc2632
Octal11721025667260403144662
Binary1001111100010001010111011011110110010000011001100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,136,174); }

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

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

 a { background-color: rgb(79,136,174); }

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

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

 span { border-color: rgb(79,136,174); }

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