#4F7FAA

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

Shades of Steel Blue #4F7FAA

Tints of Steel Blue #4F7FAA

Color information

#4F7FAA (or 0x4F7FAA) is unknown color: approx Steel Blue. HEX triplet: 4F, 7F and AA. RGB value is (79,127,170). Sum of RGB (Red+Green+Blue) = 79+127+170=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F7FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7FAA is #B08055. Grayscale: #757575. Windows color (decimal): -11567190 or 11173711. OLE color: 11173711.

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

Color convert

RGB79127170-
CMYK0.540.2500.33
HSL208.35º36.55%48.82%-
HSV(B)208.35º53.53%66.67%-
XYZ18.0719.7440.89-
YUV117.55157.6100.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.01%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=21.01%
G=33.78%
B=45.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791271700.540.2500.33208.3536.5548.82
Hex4F7FAA3619021d02531
Octal11717725266310413204561
Binary100111111111111010101011011011001010000111010000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,127,170); }

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

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

 a { background-color: rgb(79,127,170); }

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

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

 span { border-color: rgb(79,127,170); }

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