#468C95

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

Shades of Hippie Blue #468C95

Tints of Hippie Blue #468C95

Color information

#468C95 (or 0x468C95) is unknown color: approx Hippie Blue. HEX triplet: 46, 8C and 95. RGB value is (70,140,149). Sum of RGB (Red+Green+Blue) = 70+140+149=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #468C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C95 is #B9736A. Grayscale: #777777. Windows color (decimal): -12153707 or 9800774. OLE color: 9800774.

HSL color Cylindrical-coordinate representation of color #468C95: hue angle of 186.84º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #468C95 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB70140149-
CMYK0.530.0600.42
HSL186.84º36.07%42.94%-
HSV(B)186.84º53.02%58.43%-
XYZ17.3322.2331.81-
YUV120.1144.3192.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.50%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=19.50%
G=39.00%
B=41.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701401490.530.0600.42186.8436.0742.94
Hex468C9535602Abb242b
Octal1062142256560522734453
Binary10001101000110010010101110101110010101010111011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468C95; }

 p { color: rgb(70,140,149); }

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

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

 a { background-color: rgb(70,140,149); }

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

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

 span { border-color: rgb(70,140,149); }

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