#468AA2

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

Shades of Hippie Blue #468AA2

Tints of Hippie Blue #468AA2

Color information

#468AA2 (or 0x468AA2) is unknown color: approx Hippie Blue. HEX triplet: 46, 8A and A2. RGB value is (70,138,162). Sum of RGB (Red+Green+Blue) = 70+138+162=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 162 - color contains mainly: blue. Hex color #468AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468AA2 is #B9755D. Grayscale: #787878. Windows color (decimal): -12154206 or 10652230. OLE color: 10652230.

HSL color Cylindrical-coordinate representation of color #468AA2: hue angle of 195.65º 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 #468AA2 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB70138162-
CMYK0.570.1500.36
HSL195.65º39.66%45.49%-
HSV(B)195.65º56.79%63.53%-
XYZ18.1422.0937.49-
YUV120.4151.4792.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.92%
GREEN value IS 138 (54.30% from 255) = 37.30%
BLUE value IS 162 (63.67% from 255) = 43.78%
R=18.92%
G=37.30%
B=43.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701381620.570.1500.36195.6539.6645.49
Hex468AA239F024c4282d
Octal10621224271170443045055
Binary100011010001010101000101110011111010010011000100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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