#46869F

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

Shades of Hippie Blue #46869F

Tints of Hippie Blue #46869F

Color information

#46869F (or 0x46869F) is unknown color: approx Hippie Blue. HEX triplet: 46, 86 and 9F. RGB value is (70,134,159). Sum of RGB (Red+Green+Blue) = 70+134+159=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #46869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46869F is #B97960. Grayscale: #757575. Windows color (decimal): -12155233 or 10454598. OLE color: 10454598.

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

Color convert

RGB70134159-
CMYK0.560.1600.38
HSL196.85º38.86%44.9%-
HSV(B)196.85º55.97%62.35%-
XYZ17.3120.8635.91-
YUV117.71151.393.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.28%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=19.28%
G=36.91%
B=43.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701341590.560.1600.38196.8538.8644.9
Hex46869F3810026c5272d
Octal10620623770200463054755
Binary1000110100001101001111111100010000010011011000101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46869F; }

 p { color: rgb(70,134,159); }

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

<style>
 a { background-color: #46869F; }

 a { background-color: rgb(70,134,159); }

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

<style>
 span { border-color: #46869F; }

 span { border-color: rgb(70,134,159); }

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