#4F7EB0

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

Shades of Steel Blue #4F7EB0

Tints of Steel Blue #4F7EB0

Color information

#4F7EB0 (or 0x4F7EB0) is unknown color: approx Steel Blue. HEX triplet: 4F, 7E and B0. RGB value is (79,126,176). Sum of RGB (Red+Green+Blue) = 79+126+176=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 176 - color contains mainly: blue. Hex color #4F7EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7EB0 is #B0814F. Grayscale: #757575. Windows color (decimal): -11567440 or 11566671. OLE color: 11566671.

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

Color convert

RGB79126176-
CMYK0.550.2800.31
HSL210.93º38.04%50%-
HSV(B)210.93º55.11%69.02%-
XYZ18.5219.7243.9-
YUV117.65160.93100.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.73%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 176 (69.14% from 255) = 46.19%
R=20.73%
G=33.07%
B=46.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791261760.550.2800.31210.9338.0450
Hex4F7EB0371C01Fd32632
Octal11717626067340373234662
Binary10011111111110101100001101111110001111111010011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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