#46859B

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

Shades of Hippie Blue #46859B

Tints of Hippie Blue #46859B

Color information

#46859B (or 0x46859B) is unknown color: approx Hippie Blue. HEX triplet: 46, 85 and 9B. RGB value is (70,133,155). Sum of RGB (Red+Green+Blue) = 70+133+155=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #46859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46859B is #B97A64. Grayscale: #747474. Windows color (decimal): -12155493 or 10192198. OLE color: 10192198.

HSL color Cylindrical-coordinate representation of color #46859B: hue angle of 195.53º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46859B is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70133155-
CMYK0.550.1400.39
HSL195.53º37.78%44.12%-
HSV(B)195.53º54.84%60.78%-
XYZ16.8320.4434.07-
YUV116.67149.6394.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.55%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=19.55%
G=37.15%
B=43.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701331550.550.1400.39195.5337.7844.12
Hex46859B37E027c4262c
Octal10620523367160473044654
Binary100011010000101100110111101111110010011111000100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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