#4F7BAC

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

Shades of Steel Blue #4F7BAC

Tints of Steel Blue #4F7BAC

Color information

#4F7BAC (or 0x4F7BAC) is unknown color: approx Steel Blue. HEX triplet: 4F, 7B and AC. RGB value is (79,123,172). Sum of RGB (Red+Green+Blue) = 79+123+172=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7BAC is #B08453. Grayscale: #737373. Windows color (decimal): -11568212 or 11303759. OLE color: 11303759.

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

Color convert

RGB79123172-
CMYK0.540.2800.33
HSL211.61º37.05%49.22%-
HSV(B)211.61º54.07%67.45%-
XYZ17.7518.8141.72-
YUV115.43159.92102.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.12%
GREEN value IS 123 (48.44% from 255) = 32.89%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=21.12%
G=32.89%
B=45.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791231720.540.2800.33211.6137.0549.22
Hex4F7BAC361C021d42531
Octal11717325466340413244561
Binary100111111110111010110011011011100010000111010100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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