#46829E

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

Shades of Hippie Blue #46829E

Tints of Hippie Blue #46829E

Color information

#46829E (or 0x46829E) is unknown color: approx Hippie Blue. HEX triplet: 46, 82 and 9E. RGB value is (70,130,158). Sum of RGB (Red+Green+Blue) = 70+130+158=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #46829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46829E is #B97D61. Grayscale: #737373. Windows color (decimal): -12156258 or 10388038. OLE color: 10388038.

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

Color convert

RGB70130158-
CMYK0.560.1800.38
HSL199.09º38.6%44.71%-
HSV(B)199.09º55.7%61.96%-
XYZ16.6819.7435.28-
YUV115.25152.1295.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.55%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=19.55%
G=36.31%
B=44.13%

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
Decimal701301580.560.1800.38199.0938.644.71
Hex46829E3812026c7272d
Octal10620223670220463074755
Binary1000110100000101001111011100010010010011011000111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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