#4A84A1

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

Shades of Hippie Blue #4A84A1

Tints of Hippie Blue #4A84A1

Color information

#4A84A1 (or 0x4A84A1) is unknown color: approx Hippie Blue. HEX triplet: 4A, 84 and A1. RGB value is (74,132,161). Sum of RGB (Red+Green+Blue) = 74+132+161=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 161 - color contains mainly: blue. Hex color #4A84A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A84A1 is #B57B5E. Grayscale: #757575. Windows color (decimal): -11893599 or 10585162. OLE color: 10585162.

HSL color Cylindrical-coordinate representation of color #4A84A1: hue angle of 200º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A84A1 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB74132161-
CMYK0.540.1800.37
HSL200º37.02%46.08%-
HSV(B)200º54.04%63.14%-
XYZ17.5120.5336.76-
YUV117.96152.2896.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.16%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 161 (63.28% from 255) = 43.87%
R=20.16%
G=35.97%
B=43.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal741321610.540.1800.3720037.0246.08
Hex4A84A13612025c8252e
Octal11220424166220453104556
Binary1001010100001001010000111011010010010010111001000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A84A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A84A1; }

 p { color: rgb(74,132,161); }

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

<style>
 a { background-color: #4A84A1; }

 a { background-color: rgb(74,132,161); }

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

<style>
 span { border-color: #4A84A1; }

 span { border-color: rgb(74,132,161); }

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