#46879E

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

Shades of Hippie Blue #46879E

Tints of Hippie Blue #46879E

Color information

#46879E (or 0x46879E) is unknown color: approx Hippie Blue. HEX triplet: 46, 87 and 9E. RGB value is (70,135,158). Sum of RGB (Red+Green+Blue) = 70+135+158=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #46879E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46879E is #B97861. Grayscale: #767676. Windows color (decimal): -12154978 or 10389318. OLE color: 10389318.

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

Color convert

RGB70135158-
CMYK0.560.1500.38
HSL195.68º38.6%44.71%-
HSV(B)195.68º55.7%61.96%-
XYZ17.3621.135.51-
YUV118.19150.4793.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.28%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=19.28%
G=37.19%
B=43.53%

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
Decimal701351580.560.1500.38195.6838.644.71
Hex46879E38F026c4272d
Octal10620723670170463044755
Binary100011010000111100111101110001111010011011000100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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