#849DC4

Color #849DC4 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #849DC4

Tints of Polo Blue #849DC4

Color information

#849DC4 (or 0x849DC4) is unknown color: approx Polo Blue. HEX triplet: 84, 9D and C4. RGB value is (132,157,196). Sum of RGB (Red+Green+Blue) = 132+157+196=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #849DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DC4 is #7B623B. Grayscale: #999999. Windows color (decimal): -8086076 or 12885380. OLE color: 12885380.

HSL color Cylindrical-coordinate representation of color #849DC4: hue angle of 216.56º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #849DC4 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB132157196-
CMYK0.330.2000.23
HSL216.56º35.16%64.31%-
HSV(B)216.56º32.65%76.86%-
XYZ31.5433.0156.93-
YUV153.97151.72112.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.22%
GREEN value IS 157 (61.72% from 255) = 32.37%
BLUE value IS 196 (76.95% from 255) = 40.41%
R=27.22%
G=32.37%
B=40.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321571960.330.2000.23216.5635.1664.31
Hex849DC42114017d92340
Octal204235304412402733143100
Binary10000100100111011100010010000110100010111110110011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849DC4; }

 p { color: rgb(132,157,196); }

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

<style>
 a { background-color: #849DC4; }

 a { background-color: rgb(132,157,196); }

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

<style>
 span { border-color: #849DC4; }

 span { border-color: rgb(132,157,196); }

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