#468796

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

Shades of Hippie Blue #468796

Tints of Hippie Blue #468796

Color information

#468796 (or 0x468796) is unknown color: approx Hippie Blue. HEX triplet: 46, 87 and 96. RGB value is (70,135,150). Sum of RGB (Red+Green+Blue) = 70+135+150=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #468796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468796 is #B97869. Grayscale: #757575. Windows color (decimal): -12154986 or 9865030. OLE color: 9865030.

HSL color Cylindrical-coordinate representation of color #468796: hue angle of 191.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #468796 is Cyan = 0.53, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB70135150-
CMYK0.530.100.41
HSL191.25º36.36%43.14%-
HSV(B)191.25º53.33%58.82%-
XYZ16.6920.8332-
YUV117.27146.4794.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.72%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=19.72%
G=38.03%
B=42.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701351500.530.100.41191.2536.3643.14
Hex46879635A029bf242b
Octal10620722665120512774453
Binary100011010000111100101101101011010010100110111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468796; }

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

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

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

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

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

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

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

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