#46919A

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

Shades of Hippie Blue #46919A

Tints of Hippie Blue #46919A

Color information

#46919A (or 0x46919A) is unknown color: approx Hippie Blue. HEX triplet: 46, 91 and 9A. RGB value is (70,145,154). Sum of RGB (Red+Green+Blue) = 70+145+154=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #46919A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46919A is #B96E65. Grayscale: #7B7B7B. Windows color (decimal): -12152422 or 10129734. OLE color: 10129734.

HSL color Cylindrical-coordinate representation of color #46919A: hue angle of 186.43º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46919A is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB70145154-
CMYK0.550.0600.40
HSL186.43º37.5%43.92%-
HSV(B)186.43º54.55%60.39%-
XYZ18.4823.8934.21-
YUV123.6145.1589.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.97%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=18.97%
G=39.30%
B=41.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701451540.550.0600.40186.4337.543.92
Hex46919A376028ba252c
Octal1062212326760502724554
Binary10001101001000110011010110111110010100010111010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46919A; }

 p { color: rgb(70,145,154); }

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

<style>
 a { background-color: #46919A; }

 a { background-color: rgb(70,145,154); }

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

<style>
 span { border-color: #46919A; }

 span { border-color: rgb(70,145,154); }

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