#4675BE

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

Shades of Steel Blue #4675BE

Tints of Steel Blue #4675BE

Color information

#4675BE (or 0x4675BE) is unknown color: approx Steel Blue. HEX triplet: 46, 75 and BE. RGB value is (70,117,190). Sum of RGB (Red+Green+Blue) = 70+117+190=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #4675BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675BE is #B98A41. Grayscale: #6E6E6E. Windows color (decimal): -12159554 or 12481862. OLE color: 12481862.

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

Color convert

RGB70117190-
CMYK0.630.3800.25
HSL216.5º48%50.98%-
HSV(B)216.5º63.16%74.51%-
XYZ18.1817.7451.18-
YUV111.27172.4398.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=18.57%
G=31.03%
B=50.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701171900.630.3800.25216.54850.98
Hex4675BE3F26019d83033
Octal10616527677460313306063
Binary100011011101011011111011111110011001100111011000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4675BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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