#4F81AD

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

Shades of Steel Blue #4F81AD

Tints of Steel Blue #4F81AD

Color information

#4F81AD (or 0x4F81AD) is unknown color: approx Steel Blue. HEX triplet: 4F, 81 and AD. RGB value is (79,129,173). Sum of RGB (Red+Green+Blue) = 79+129+173=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F81AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F81AD is #B07E52. Grayscale: #767676. Windows color (decimal): -11566675 or 11370831. OLE color: 11370831.

HSL color Cylindrical-coordinate representation of color #4F81AD: hue angle of 208.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F81AD is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB79129173-
CMYK0.540.2500.32
HSL208.09º37.3%49.41%-
HSV(B)208.09º54.34%67.84%-
XYZ18.6220.3842.49-
YUV119.07158.4499.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.73%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=20.73%
G=33.86%
B=45.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791291730.540.2500.32208.0937.349.41
Hex4F81AD3619020d02531
Octal11720125566310403204561
Binary1001111100000011010110111011011001010000011010000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,129,173); }

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

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

 a { background-color: rgb(79,129,173); }

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

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

 span { border-color: rgb(79,129,173); }

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