#4694A2

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

Shades of Hippie Blue #4694A2

Tints of Hippie Blue #4694A2

Color information

#4694A2 (or 0x4694A2) is unknown color: approx Hippie Blue. HEX triplet: 46, 94 and A2. RGB value is (70,148,162). Sum of RGB (Red+Green+Blue) = 70+148+162=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 162 - color contains mainly: blue. Hex color #4694A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4694A2 is #B96B5D. Grayscale: #7E7E7E. Windows color (decimal): -12151646 or 10654790. OLE color: 10654790.

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

Color convert

RGB70148162-
CMYK0.570.0900.36
HSL189.13º39.66%45.49%-
HSV(B)189.13º56.79%63.53%-
XYZ19.6425.0937.99-
YUV126.27148.1687.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 162 (63.67% from 255) = 42.63%
R=18.42%
G=38.95%
B=42.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701481620.570.0900.36189.1339.6645.49
Hex4694A2399024bd282d
Octal10622424271110442755055
Binary100011010010100101000101110011001010010010111101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4694A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4694A2; }

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

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

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

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

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

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

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

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