#46899E

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

Shades of Hippie Blue #46899E

Tints of Hippie Blue #46899E

Color information

#46899E (or 0x46899E) is unknown color: approx Hippie Blue. HEX triplet: 46, 89 and 9E. RGB value is (70,137,158). Sum of RGB (Red+Green+Blue) = 70+137+158=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #46899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46899E is #B97661. Grayscale: #777777. Windows color (decimal): -12154466 or 10389830. OLE color: 10389830.

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

Color convert

RGB70137158-
CMYK0.560.1300.38
HSL194.32º38.6%44.71%-
HSV(B)194.32º55.7%61.96%-
XYZ17.6421.6635.6-
YUV119.36149.892.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.18%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=19.18%
G=37.53%
B=43.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701371580.560.1300.38194.3238.644.71
Hex46899E38D026c2272d
Octal10621123670150463024755
Binary100011010001001100111101110001101010011011000010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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