#468798

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

Shades of Hippie Blue #468798

Tints of Hippie Blue #468798

Color information

#468798 (or 0x468798) is unknown color: approx Hippie Blue. HEX triplet: 46, 87 and 98. RGB value is (70,135,152). Sum of RGB (Red+Green+Blue) = 70+135+152=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #468798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468798 is #B97867. Grayscale: #757575. Windows color (decimal): -12154984 or 9996102. OLE color: 9996102.

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

Color convert

RGB70135152-
CMYK0.540.1100.40
HSL192.44º36.94%43.53%-
HSV(B)192.44º53.95%59.61%-
XYZ16.8620.932.85-
YUV117.5147.4794.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 152 (59.77% from 255) = 42.58%
R=19.61%
G=37.82%
B=42.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701351520.540.1100.40192.4436.9443.53
Hex46879836B028c0252c
Octal10620723066130503004554
Binary100011010000111100110001101101011010100011000000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468798; }

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

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

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

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

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

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

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

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