#456FBF

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

Shades of Steel Blue #456FBF

Tints of Steel Blue #456FBF

Color information

#456FBF (or 0x456FBF) is unknown color: approx Steel Blue. HEX triplet: 45, 6F and BF. RGB value is (69,111,191). Sum of RGB (Red+Green+Blue) = 69+111+191=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #456FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FBF is #BA9040. Grayscale: #6B6B6B. Windows color (decimal): -12226625 or 12545861. OLE color: 12545861.

HSL color Cylindrical-coordinate representation of color #456FBF: hue angle of 219.34º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #456FBF is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB69111191-
CMYK0.640.4200.25
HSL219.34º48.8%50.98%-
HSV(B)219.34º63.87%74.9%-
XYZ17.5416.451.53-
YUV107.56175.09100.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 191 (75% from 255) = 51.48%
R=18.60%
G=29.92%
B=51.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691111910.640.4200.25219.3448.850.98
Hex456FBF402A019db3133
Octal105157277100520313336163
Binary1000101110111110111111100000010101001100111011011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456FBF; }

 p { color: rgb(69,111,191); }

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

<style>
 a { background-color: #456FBF; }

 a { background-color: rgb(69,111,191); }

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

<style>
 span { border-color: #456FBF; }

 span { border-color: rgb(69,111,191); }

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