#46849C

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

Shades of Hippie Blue #46849C

Tints of Hippie Blue #46849C

Color information

#46849C (or 0x46849C) is unknown color: approx Hippie Blue. HEX triplet: 46, 84 and 9C. RGB value is (70,132,156). Sum of RGB (Red+Green+Blue) = 70+132+156=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #46849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46849C is #B97B63. Grayscale: #747474. Windows color (decimal): -12155748 or 10257478. OLE color: 10257478.

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

Color convert

RGB70132156-
CMYK0.550.1500.39
HSL196.74º38.05%44.31%-
HSV(B)196.74º55.13%61.18%-
XYZ16.7820.234.47-
YUV116.2150.4695.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.55%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=19.55%
G=36.87%
B=43.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701321560.550.1500.39196.7438.0544.31
Hex46849C37F027c5262c
Octal10620423467170473054654
Binary100011010000100100111001101111111010011111000101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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