#468DA2

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

Shades of Hippie Blue #468DA2

Tints of Hippie Blue #468DA2

Color information

#468DA2 (or 0x468DA2) is unknown color: approx Hippie Blue. HEX triplet: 46, 8D and A2. RGB value is (70,141,162). Sum of RGB (Red+Green+Blue) = 70+141+162=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #468DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468DA2 is #B9725D. Grayscale: #7A7A7A. Windows color (decimal): -12153438 or 10652998. OLE color: 10652998.

HSL color Cylindrical-coordinate representation of color #468DA2: hue angle of 193.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #468DA2 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB70141162-
CMYK0.570.1300.36
HSL193.7º39.66%45.49%-
HSV(B)193.7º56.79%63.53%-
XYZ18.5722.9637.64-
YUV122.16150.4890.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.77%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 162 (63.67% from 255) = 43.43%
R=18.77%
G=37.80%
B=43.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701411620.570.1300.36193.739.6645.49
Hex468DA239D024c2282d
Octal10621524271150443025055
Binary100011010001101101000101110011101010010011000010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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