#46859F

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

Shades of Hippie Blue #46859F

Tints of Hippie Blue #46859F

Color information

#46859F (or 0x46859F) is unknown color: approx Hippie Blue. HEX triplet: 46, 85 and 9F. RGB value is (70,133,159). Sum of RGB (Red+Green+Blue) = 70+133+159=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #46859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46859F is #B97A60. Grayscale: #747474. Windows color (decimal): -12155489 or 10454342. OLE color: 10454342.

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

Color convert

RGB70133159-
CMYK0.560.1600.38
HSL197.53º38.86%44.9%-
HSV(B)197.53º55.97%62.35%-
XYZ17.1720.5835.87-
YUV117.13151.6394.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.34%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=19.34%
G=36.74%
B=43.92%

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
Decimal701331590.560.1600.38197.5338.8644.9
Hex46859F3810026c6272d
Octal10620523770200463064755
Binary1000110100001011001111111100010000010011011000110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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