#4f7bb0

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

Shades of Steel Blue #4F7BB0

Tints of Steel Blue #4F7BB0

Color information

#4F7BB0 (or 0x4F7BB0) is unknown color: approx Steel Blue. HEX triplet: 4F, 7B and B0. RGB value is (79,123,176). Sum of RGB (Red+Green+Blue) = 79+123+176=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 176 - color contains mainly: blue. Hex color #4F7BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7BB0 is #B0844F. Grayscale: #737373. Windows color (decimal): -11568208 or 11565903. OLE color: 11565903.

HSL color Cylindrical-coordinate representation of color #4F7BB0: hue angle of 212.78º 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 #4F7BB0 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB79123176-
CMYK0.550.3000.31
HSL212.78º38.04%50%-
HSV(B)212.78º55.11%69.02%-
XYZ18.1418.9643.78-
YUV115.89161.92101.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.90%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 176 (69.14% from 255) = 46.56%
R=20.90%
G=32.54%
B=46.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791231760.550.3000.31212.7838.0450
Hex4F7BB0371E01Fd52632
Octal11717326067360373254662
Binary10011111111011101100001101111111001111111010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f7bb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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