#4570BE

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

Shades of Steel Blue #4570BE

Tints of Steel Blue #4570BE

Color information

#4570BE (or 0x4570BE) is unknown color: approx Steel Blue. HEX triplet: 45, 70 and BE. RGB value is (69,112,190). Sum of RGB (Red+Green+Blue) = 69+112+190=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #4570BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4570BE is #BA8F41. Grayscale: #6B6B6B. Windows color (decimal): -12226370 or 12480581. OLE color: 12480581.

HSL color Cylindrical-coordinate representation of color #4570BE: hue angle of 218.68º degrees, saturation: 0.48, 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 #4570BE is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB69112190-
CMYK0.640.4100.25
HSL218.68º48.21%50.78%-
HSV(B)218.68º63.68%74.51%-
XYZ17.5416.5750.99-
YUV108.04174.25100.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=18.60%
G=30.19%
B=51.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691121900.640.4100.25218.6848.2150.78
Hex4570BE4029019db3033
Octal105160276100510313336063
Binary1000101111000010111110100000010100101100111011011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4570BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4570BE; }

 p { color: rgb(69,112,190); }

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

<style>
 a { background-color: #4570BE; }

 a { background-color: rgb(69,112,190); }

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

<style>
 span { border-color: #4570BE; }

 span { border-color: rgb(69,112,190); }

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