#46839E

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

Shades of Hippie Blue #46839E

Tints of Hippie Blue #46839E

Color information

#46839E (or 0x46839E) is unknown color: approx Hippie Blue. HEX triplet: 46, 83 and 9E. RGB value is (70,131,158). Sum of RGB (Red+Green+Blue) = 70+131+158=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #46839E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46839E is #B97C61. Grayscale: #737373. Windows color (decimal): -12156002 or 10388294. OLE color: 10388294.

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

Color convert

RGB70131158-
CMYK0.560.1700.38
HSL198.41º38.6%44.71%-
HSV(B)198.41º55.7%61.96%-
XYZ16.812035.32-
YUV115.84151.7995.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.50%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=19.50%
G=36.49%
B=44.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701311580.560.1700.38198.4138.644.71
Hex46839E3811026c6272d
Octal10620323670210463064755
Binary1000110100000111001111011100010001010011011000110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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