#4678BB

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

Shades of Steel Blue #4678BB

Tints of Steel Blue #4678BB

Color information

#4678BB (or 0x4678BB) is unknown color: approx Steel Blue. HEX triplet: 46, 78 and BB. RGB value is (70,120,187). Sum of RGB (Red+Green+Blue) = 70+120+187=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #4678BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4678BB is #B98744. Grayscale: #707070. Windows color (decimal): -12158789 or 12286022. OLE color: 12286022.

HSL color Cylindrical-coordinate representation of color #4678BB: hue angle of 214.36º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4678BB is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70120187-
CMYK0.630.3600.27
HSL214.36º46.25%50.39%-
HSV(B)214.36º62.57%73.33%-
XYZ18.2118.3249.59-
YUV112.69169.9497.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 187 (73.44% from 255) = 49.60%
R=18.57%
G=31.83%
B=49.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701201870.630.3600.27214.3646.2550.39
Hex4678BB3F2401Bd62e32
Octal10617027377440333265662
Binary100011011110001011101111111110010001101111010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4678BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4678BB; }

 p { color: rgb(70,120,187); }

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

<style>
 a { background-color: #4678BB; }

 a { background-color: rgb(70,120,187); }

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

<style>
 span { border-color: #4678BB; }

 span { border-color: rgb(70,120,187); }

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