#468697

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

Shades of Hippie Blue #468697

Tints of Hippie Blue #468697

Color information

#468697 (or 0x468697) is unknown color: approx Hippie Blue. HEX triplet: 46, 86 and 97. RGB value is (70,134,151). Sum of RGB (Red+Green+Blue) = 70+134+151=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #468697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468697 is #B97968. Grayscale: #747474. Windows color (decimal): -12155241 or 9930310. OLE color: 9930310.

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

Color convert

RGB70134151-
CMYK0.540.1100.41
HSL192.59º36.65%43.33%-
HSV(B)192.59º53.64%59.22%-
XYZ16.6420.5932.37-
YUV116.8147.394.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.72%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 151 (59.38% from 255) = 42.54%
R=19.72%
G=37.75%
B=42.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701341510.540.1100.41192.5936.6543.33
Hex46869736B029c1252b
Octal10620622766130513014553
Binary100011010000110100101111101101011010100111000001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468697; }

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

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

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

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

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

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

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

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