#46849D

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

Shades of Hippie Blue #46849D

Tints of Hippie Blue #46849D

Color information

#46849D (or 0x46849D) is unknown color: approx Hippie Blue. HEX triplet: 46, 84 and 9D. RGB value is (70,132,157). Sum of RGB (Red+Green+Blue) = 70+132+157=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #46849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46849D is #B97B62. Grayscale: #747474. Windows color (decimal): -12155747 or 10323014. OLE color: 10323014.

HSL color Cylindrical-coordinate representation of color #46849D: hue angle of 197.24º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46849D is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70132157-
CMYK0.550.1600.38
HSL197.24º38.33%44.51%-
HSV(B)197.24º55.41%61.57%-
XYZ16.8620.2434.92-
YUV116.31150.9694.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.50%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=19.50%
G=36.77%
B=43.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701321570.550.1600.38197.2438.3344.51
Hex46849D3710026c5262d
Octal10620423567200463054655
Binary1000110100001001001110111011110000010011011000101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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