#4691A2

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

Shades of Hippie Blue #4691A2

Tints of Hippie Blue #4691A2

Color information

#4691A2 (or 0x4691A2) is unknown color: approx Hippie Blue. HEX triplet: 46, 91 and A2. RGB value is (70,145,162). Sum of RGB (Red+Green+Blue) = 70+145+162=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 162 - color contains mainly: blue. Hex color #4691A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4691A2 is #B96E5D. Grayscale: #7C7C7C. Windows color (decimal): -12152414 or 10654022. OLE color: 10654022.

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

Color convert

RGB70145162-
CMYK0.570.1000.36
HSL191.09º39.66%45.49%-
HSV(B)191.09º56.79%63.53%-
XYZ19.1724.1637.84-
YUV124.51149.1589.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 162 (63.67% from 255) = 42.97%
R=18.57%
G=38.46%
B=42.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701451620.570.1000.36191.0939.6645.49
Hex4691A239A024bf282d
Octal10622124271120442775055
Binary100011010010001101000101110011010010010010111111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4691A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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