#46859D

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

Shades of Hippie Blue #46859D

Tints of Hippie Blue #46859D

Color information

#46859D (or 0x46859D) is unknown color: approx Hippie Blue. HEX triplet: 46, 85 and 9D. RGB value is (70,133,157). Sum of RGB (Red+Green+Blue) = 70+133+157=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #46859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46859D is #B97A62. Grayscale: #747474. Windows color (decimal): -12155491 or 10323270. OLE color: 10323270.

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

Color convert

RGB70133157-
CMYK0.550.1500.38
HSL196.55º38.33%44.51%-
HSV(B)196.55º55.41%61.57%-
XYZ1720.5134.96-
YUV116.9150.6394.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.44%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=19.44%
G=36.94%
B=43.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701331570.550.1500.38196.5538.3344.51
Hex46859D37F026c5262d
Octal10620523567170463054655
Binary100011010000101100111011101111111010011011000101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46859D; }

 p { color: rgb(70,133,157); }

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

<style>
 a { background-color: #46859D; }

 a { background-color: rgb(70,133,157); }

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

<style>
 span { border-color: #46859D; }

 span { border-color: rgb(70,133,157); }

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