#4679BD

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

Shades of Steel Blue #4679BD

Tints of Steel Blue #4679BD

Color information

#4679BD (or 0x4679BD) is unknown color: approx Steel Blue. HEX triplet: 46, 79 and BD. RGB value is (70,121,189). Sum of RGB (Red+Green+Blue) = 70+121+189=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #4679BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4679BD is #B98642. Grayscale: #717171. Windows color (decimal): -12158531 or 12417350. OLE color: 12417350.

HSL color Cylindrical-coordinate representation of color #4679BD: hue angle of 214.29º 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 #4679BD is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70121189-
CMYK0.630.3600.26
HSL214.29º47.41%50.78%-
HSV(B)214.29º62.96%74.12%-
XYZ18.5518.6550.77-
YUV113.5170.696.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 189 (74.22% from 255) = 49.74%
R=18.42%
G=31.84%
B=49.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701211890.630.3600.26214.2947.4150.78
Hex4679BD3F2401Ad62f33
Octal10617127577440323265763
Binary100011011110011011110111111110010001101011010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4679BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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