#4F7EB4

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

Shades of Steel Blue #4F7EB4

Tints of Steel Blue #4F7EB4

Color information

#4F7EB4 (or 0x4F7EB4) is unknown color: approx Steel Blue. HEX triplet: 4F, 7E and B4. RGB value is (79,126,180). Sum of RGB (Red+Green+Blue) = 79+126+180=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #4F7EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7EB4 is #B0814B. Grayscale: #757575. Windows color (decimal): -11567436 or 11828815. OLE color: 11828815.

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

Color convert

RGB79126180-
CMYK0.560.300.29
HSL212.08º40.24%50.78%-
HSV(B)212.08º56.11%70.59%-
XYZ18.9219.8846.02-
YUV118.1162.93100.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.52%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=20.52%
G=32.73%
B=46.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal791261800.560.300.29212.0840.2450.78
Hex4F7EB4381E01Dd42833
Octal11717626470360353245063
Binary10011111111110101101001110001111001110111010100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,126,180); }

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

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

 a { background-color: rgb(79,126,180); }

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

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

 span { border-color: rgb(79,126,180); }

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