#468D98

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

Shades of Hippie Blue #468D98

Tints of Hippie Blue #468D98

Color information

#468D98 (or 0x468D98) is unknown color: approx Hippie Blue. HEX triplet: 46, 8D and 98. RGB value is (70,141,152). Sum of RGB (Red+Green+Blue) = 70+141+152=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #468D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468D98 is #B97267. Grayscale: #787878. Windows color (decimal): -12153448 or 9997638. OLE color: 9997638.

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

Color convert

RGB70141152-
CMYK0.540.0700.40
HSL188.05º36.94%43.53%-
HSV(B)188.05º53.95%59.61%-
XYZ17.7222.6233.14-
YUV121.02145.4891.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.28%
GREEN value IS 141 (55.47% from 255) = 38.84%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=19.28%
G=38.84%
B=41.87%

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
Decimal701411520.540.0700.40188.0536.9443.53
Hex468D98367028bc252c
Octal1062152306670502744554
Binary10001101000110110011000110110111010100010111100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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