#46879C

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

Shades of Hippie Blue #46879C

Tints of Hippie Blue #46879C

Color information

#46879C (or 0x46879C) is unknown color: approx Hippie Blue. HEX triplet: 46, 87 and 9C. RGB value is (70,135,156). Sum of RGB (Red+Green+Blue) = 70+135+156=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #46879C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46879C is #B97863. Grayscale: #757575. Windows color (decimal): -12154980 or 10258246. OLE color: 10258246.

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

Color convert

RGB70135156-
CMYK0.550.1300.39
HSL194.65º38.05%44.31%-
HSV(B)194.65º55.13%61.18%-
XYZ17.1921.0334.61-
YUV117.96149.4793.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.39%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=19.39%
G=37.40%
B=43.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701351560.550.1300.39194.6538.0544.31
Hex46879C37D027c3262c
Octal10620723467150473034654
Binary100011010000111100111001101111101010011111000011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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