#468EA0

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

Shades of Hippie Blue #468EA0

Tints of Hippie Blue #468EA0

Color information

#468EA0 (or 0x468EA0) is unknown color: approx Hippie Blue. HEX triplet: 46, 8E and A0. RGB value is (70,142,160). Sum of RGB (Red+Green+Blue) = 70+142+160=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #468EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468EA0 is #B9715F. Grayscale: #7A7A7A. Windows color (decimal): -12153184 or 10522182. OLE color: 10522182.

HSL color Cylindrical-coordinate representation of color #468EA0: hue angle of 192º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #468EA0 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB70142160-
CMYK0.560.1100.37
HSL192º39.13%45.1%-
HSV(B)192º56.25%62.75%-
XYZ18.5423.1936.76-
YUV122.52149.1590.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.82%
GREEN value IS 142 (55.86% from 255) = 38.17%
BLUE value IS 160 (62.89% from 255) = 43.01%
R=18.82%
G=38.17%
B=43.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal701421600.560.1100.3719239.1345.1
Hex468EA038B025c0272d
Octal10621624070130453004755
Binary100011010001110101000001110001011010010111000000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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