#46879F

Color #46879F Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #46879F

Tints of Hippie Blue #46879F

Color information

#46879F (or 0x46879F) is unknown color: approx Hippie Blue. HEX triplet: 46, 87 and 9F. RGB value is (70,135,159). Sum of RGB (Red+Green+Blue) = 70+135+159=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #46879F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46879F is #B97860. Grayscale: #767676. Windows color (decimal): -12154977 or 10454854. OLE color: 10454854.

HSL color Cylindrical-coordinate representation of color #46879F: hue angle of 196.18º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46879F is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70135159-
CMYK0.560.1500.38
HSL196.18º38.86%44.9%-
HSV(B)196.18º55.97%62.35%-
XYZ17.4521.1335.96-
YUV118.3150.9793.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.23%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=19.23%
G=37.09%
B=43.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701351590.560.1500.38196.1838.8644.9
Hex46879F38F026c4272d
Octal10620723770170463044755
Binary100011010000111100111111110001111010011011000100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46879F; }

 p { color: rgb(70,135,159); }

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

<style>
 a { background-color: #46879F; }

 a { background-color: rgb(70,135,159); }

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

<style>
 span { border-color: #46879F; }

 span { border-color: rgb(70,135,159); }

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