#46829F

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

Shades of Hippie Blue #46829F

Tints of Hippie Blue #46829F

Color information

#46829F (or 0x46829F) is unknown color: approx Hippie Blue. HEX triplet: 46, 82 and 9F. RGB value is (70,130,159). Sum of RGB (Red+Green+Blue) = 70+130+159=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #46829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46829F is #B97D60. Grayscale: #737373. Windows color (decimal): -12156257 or 10453574. OLE color: 10453574.

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

Color convert

RGB70130159-
CMYK0.560.1800.38
HSL199.55º38.86%44.9%-
HSV(B)199.55º55.97%62.35%-
XYZ16.7719.7735.73-
YUV115.37152.6295.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.50%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=19.50%
G=36.21%
B=44.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701301590.560.1800.38199.5538.8644.9
Hex46829F3812026c8272d
Octal10620223770220463104755
Binary1000110100000101001111111100010010010011011001000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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