#4675BD

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

Shades of Steel Blue #4675BD

Tints of Steel Blue #4675BD

Color information

#4675BD (or 0x4675BD) is unknown color: approx Steel Blue. HEX triplet: 46, 75 and BD. RGB value is (70,117,189). Sum of RGB (Red+Green+Blue) = 70+117+189=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #4675BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675BD is #B98A42. Grayscale: #6E6E6E. Windows color (decimal): -12159555 or 12416326. OLE color: 12416326.

HSL color Cylindrical-coordinate representation of color #4675BD: hue angle of 216.3º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4675BD is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70117189-
CMYK0.630.3800.26
HSL216.3º47.41%50.78%-
HSV(B)216.3º62.96%74.12%-
XYZ18.0717.750.61-
YUV111.16171.9398.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.62%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=18.62%
G=31.12%
B=50.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701171890.630.3800.26216.347.4150.78
Hex4675BD3F2601Ad82f33
Octal10616527577460323305763
Binary100011011101011011110111111110011001101011011000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4675BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4675BD; }

 p { color: rgb(70,117,189); }

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

<style>
 a { background-color: #4675BD; }

 a { background-color: rgb(70,117,189); }

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

<style>
 span { border-color: #4675BD; }

 span { border-color: rgb(70,117,189); }

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