#4674BF

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

Shades of Steel Blue #4674BF

Tints of Steel Blue #4674BF

Color information

#4674BF (or 0x4674BF) is unknown color: approx Steel Blue. HEX triplet: 46, 74 and BF. RGB value is (70,116,191). Sum of RGB (Red+Green+Blue) = 70+116+191=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #4674BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4674BF is #B98B40. Grayscale: #6E6E6E. Windows color (decimal): -12159809 or 12547142. OLE color: 12547142.

HSL color Cylindrical-coordinate representation of color #4674BF: hue angle of 217.19º degrees, saturation: 0.49, 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 #4674BF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB70116191-
CMYK0.630.3900.25
HSL217.19º48.59%51.18%-
HSV(B)217.19º63.35%74.9%-
XYZ18.1817.5551.72-
YUV110.8173.2698.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 191 (75% from 255) = 50.66%
R=18.57%
G=30.77%
B=50.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701161910.630.3900.25217.1948.5951.18
Hex4674BF3F27019d93133
Octal10616427777470313316163
Binary100011011101001011111111111110011101100111011001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4674BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4674BF; }

 p { color: rgb(70,116,191); }

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

<style>
 a { background-color: #4674BF; }

 a { background-color: rgb(70,116,191); }

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

<style>
 span { border-color: #4674BF; }

 span { border-color: rgb(70,116,191); }

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