#46839D

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

Shades of Hippie Blue #46839D

Tints of Hippie Blue #46839D

Color information

#46839D (or 0x46839D) is unknown color: approx Hippie Blue. HEX triplet: 46, 83 and 9D. RGB value is (70,131,157). Sum of RGB (Red+Green+Blue) = 70+131+157=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #46839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46839D is #B97C62. Grayscale: #737373. Windows color (decimal): -12156003 or 10322758. OLE color: 10322758.

HSL color Cylindrical-coordinate representation of color #46839D: hue angle of 197.93º 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 #46839D is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70131157-
CMYK0.550.1700.38
HSL197.93º38.33%44.51%-
HSV(B)197.93º55.41%61.57%-
XYZ16.7319.9734.87-
YUV115.72151.2995.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.55%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=19.55%
G=36.59%
B=43.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701311570.550.1700.38197.9338.3344.51
Hex46839D3711026c6262d
Octal10620323567210463064655
Binary1000110100000111001110111011110001010011011000110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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