#46809C

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

Shades of Hippie Blue #46809C

Tints of Hippie Blue #46809C

Color information

#46809C (or 0x46809C) is unknown color: approx Hippie Blue. HEX triplet: 46, 80 and 9C. RGB value is (70,128,156). Sum of RGB (Red+Green+Blue) = 70+128+156=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #46809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46809C is #B97F63. Grayscale: #717171. Windows color (decimal): -12156772 or 10256454. OLE color: 10256454.

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

Color convert

RGB70128156-
CMYK0.550.1800.39
HSL199.53º38.05%44.31%-
HSV(B)199.53º55.13%61.18%-
XYZ16.2519.1434.29-
YUV113.85151.7896.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.77%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=19.77%
G=36.16%
B=44.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701281560.550.1800.39199.5338.0544.31
Hex46809C3712027c8262c
Octal10620023467220473104654
Binary1000110100000001001110011011110010010011111001000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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