#4671B2

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

Shades of Steel Blue #4671B2

Tints of Steel Blue #4671B2

Color information

#4671B2 (or 0x4671B2) is unknown color: approx Steel Blue. HEX triplet: 46, 71 and B2. RGB value is (70,113,178). Sum of RGB (Red+Green+Blue) = 70+113+178=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #4671B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4671B2 is #B98E4D. Grayscale: #6B6B6B. Windows color (decimal): -12160590 or 11694406. OLE color: 11694406.

HSL color Cylindrical-coordinate representation of color #4671B2: hue angle of 216.11º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4671B2 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB70113178-
CMYK0.610.3700.30
HSL216.11º43.55%48.63%-
HSV(B)216.11º60.67%69.8%-
XYZ16.4716.3344.4-
YUV107.55167.75101.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.39%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 178 (69.92% from 255) = 49.31%
R=19.39%
G=31.30%
B=49.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal701131780.610.3700.30216.1143.5548.63
Hex4671B23D2501Ed82c31
Octal10616126275450363305461
Binary100011011100011011001011110110010101111011011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4671B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4671B2; }

 p { color: rgb(70,113,178); }

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

<style>
 a { background-color: #4671B2; }

 a { background-color: rgb(70,113,178); }

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

<style>
 span { border-color: #4671B2; }

 span { border-color: rgb(70,113,178); }

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