#46849E

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

Shades of Hippie Blue #46849E

Tints of Hippie Blue #46849E

Color information

#46849E (or 0x46849E) is unknown color: approx Hippie Blue. HEX triplet: 46, 84 and 9E. RGB value is (70,132,158). Sum of RGB (Red+Green+Blue) = 70+132+158=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #46849E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46849E is #B97B61. Grayscale: #747474. Windows color (decimal): -12155746 or 10388550. OLE color: 10388550.

HSL color Cylindrical-coordinate representation of color #46849E: hue angle of 197.73º 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 #46849E is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70132158-
CMYK0.560.1600.38
HSL197.73º38.6%44.71%-
HSV(B)197.73º55.7%61.96%-
XYZ16.9520.2735.37-
YUV116.43151.4694.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.44%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=19.44%
G=36.67%
B=43.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701321580.560.1600.38197.7338.644.71
Hex46849E3810026c6272d
Octal10620423670200463064755
Binary1000110100001001001111011100010000010011011000110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46849E; }

 p { color: rgb(70,132,158); }

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

<style>
 a { background-color: #46849E; }

 a { background-color: rgb(70,132,158); }

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

<style>
 span { border-color: #46849E; }

 span { border-color: rgb(70,132,158); }

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