#4F7FAC

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

Shades of Steel Blue #4F7FAC

Tints of Steel Blue #4F7FAC

Color information

#4F7FAC (or 0x4F7FAC) is unknown color: approx Steel Blue. HEX triplet: 4F, 7F and AC. RGB value is (79,127,172). Sum of RGB (Red+Green+Blue) = 79+127+172=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7FAC is #B08053. Grayscale: #757575. Windows color (decimal): -11567188 or 11304783. OLE color: 11304783.

HSL color Cylindrical-coordinate representation of color #4F7FAC: hue angle of 209.03º 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 #4F7FAC is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB79127172-
CMYK0.540.2600.33
HSL209.03º37.05%49.22%-
HSV(B)209.03º54.07%67.45%-
XYZ18.2619.8241.89-
YUV117.78158.6100.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.90%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=20.90%
G=33.60%
B=45.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791271720.540.2600.33209.0337.0549.22
Hex4F7FAC361A021d12531
Octal11717725466320413214561
Binary100111111111111010110011011011010010000111010001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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