#46809B

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

Shades of Hippie Blue #46809B

Tints of Hippie Blue #46809B

Color information

#46809B (or 0x46809B) is unknown color: approx Hippie Blue. HEX triplet: 46, 80 and 9B. RGB value is (70,128,155). Sum of RGB (Red+Green+Blue) = 70+128+155=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #46809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46809B is #B97F64. Grayscale: #717171. Windows color (decimal): -12156773 or 10190918. OLE color: 10190918.

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

Color convert

RGB70128155-
CMYK0.550.1700.39
HSL199.06º37.78%44.12%-
HSV(B)199.06º54.84%60.78%-
XYZ16.1619.1133.85-
YUV113.74151.2896.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=19.83%
G=36.26%
B=43.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701281550.550.1700.39199.0637.7844.12
Hex46809B3711027c7262c
Octal10620023367210473074654
Binary1000110100000001001101111011110001010011111000111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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