#468E98

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

Shades of Hippie Blue #468E98

Tints of Hippie Blue #468E98

Color information

#468E98 (or 0x468E98) is unknown color: approx Hippie Blue. HEX triplet: 46, 8E and 98. RGB value is (70,142,152). Sum of RGB (Red+Green+Blue) = 70+142+152=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #468E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468E98 is #B97167. Grayscale: #797979. Windows color (decimal): -12153192 or 9997894. OLE color: 9997894.

HSL color Cylindrical-coordinate representation of color #468E98: hue angle of 187.32º 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 #468E98 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB70142152-
CMYK0.540.0700.40
HSL187.32º36.94%43.53%-
HSV(B)187.32º53.95%59.61%-
XYZ17.8722.9233.19-
YUV121.61145.1591.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.23%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=19.23%
G=39.01%
B=41.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701421520.540.0700.40187.3236.9443.53
Hex468E98367028bb252c
Octal1062162306670502734554
Binary10001101000111010011000110110111010100010111011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,142,152); }

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

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

 a { background-color: rgb(70,142,152); }

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

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

 span { border-color: rgb(70,142,152); }

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