#46809D

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

Shades of Hippie Blue #46809D

Tints of Hippie Blue #46809D

Color information

#46809D (or 0x46809D) is unknown color: approx Hippie Blue. HEX triplet: 46, 80 and 9D. RGB value is (70,128,157). Sum of RGB (Red+Green+Blue) = 70+128+157=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #46809D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46809D is #B97F62. Grayscale: #717171. Windows color (decimal): -12156771 or 10321990. OLE color: 10321990.

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

Color convert

RGB70128157-
CMYK0.550.1800.38
HSL200º38.33%44.51%-
HSV(B)200º55.41%61.57%-
XYZ16.3319.1734.74-
YUV113.96152.2896.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.72%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=19.72%
G=36.06%
B=44.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701281570.550.1800.3820038.3344.51
Hex46809D3712026c8262d
Octal10620023567220463104655
Binary1000110100000001001110111011110010010011011001000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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