#468699

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

Shades of Hippie Blue #468699

Tints of Hippie Blue #468699

Color information

#468699 (or 0x468699) is unknown color: approx Hippie Blue. HEX triplet: 46, 86 and 99. RGB value is (70,134,153). Sum of RGB (Red+Green+Blue) = 70+134+153=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #468699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468699 is #B97966. Grayscale: #747474. Windows color (decimal): -12155239 or 10061382. OLE color: 10061382.

HSL color Cylindrical-coordinate representation of color #468699: hue angle of 193.73º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #468699 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB70134153-
CMYK0.540.1200.4
HSL193.73º37.22%43.73%-
HSV(B)193.73º54.25%60%-
XYZ16.820.6533.24-
YUV117.03148.394.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=19.61%
G=37.54%
B=42.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701341530.540.1200.4193.7337.2243.73
Hex46869936C028c2252c
Octal10620623166140503024554
Binary100011010000110100110011101101100010100011000010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468699; }

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

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

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

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

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

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

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

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