#468599

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

Shades of Hippie Blue #468599

Tints of Hippie Blue #468599

Color information

#468599 (or 0x468599) is unknown color: approx Hippie Blue. HEX triplet: 46, 85 and 99. RGB value is (70,133,153). Sum of RGB (Red+Green+Blue) = 70+133+153=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #468599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468599 is #B97A66. Grayscale: #747474. Windows color (decimal): -12155495 or 10061126. OLE color: 10061126.

HSL color Cylindrical-coordinate representation of color #468599: hue angle of 194.46º 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 #468599 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB70133153-
CMYK0.540.1300.4
HSL194.46º37.22%43.73%-
HSV(B)194.46º54.25%60%-
XYZ16.6620.3833.19-
YUV116.44148.6394.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=19.66%
G=37.36%
B=42.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701331530.540.1300.4194.4637.2243.73
Hex46859936D028c2252c
Octal10620523166150503024554
Binary100011010000101100110011101101101010100011000010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468599; }

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

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

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

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

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

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

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

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