#49A2E1

Color #49A2E1 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #49A2E1

Tints of Picton Blue #49A2E1

Color information

#49A2E1 (or 0x49A2E1) is unknown color: approx Picton Blue. HEX triplet: 49, A2 and E1. RGB value is (73,162,225). Sum of RGB (Red+Green+Blue) = 73+162+225=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #49A2E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A2E1 is #B65D1E. Grayscale: #8E8E8E. Windows color (decimal): -11951391 or 14787145. OLE color: 14787145.

HSL color Cylindrical-coordinate representation of color #49A2E1: hue angle of 204.87º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49A2E1 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB73162225-
CMYK0.680.2800.12
HSL204.87º71.7%58.43%-
HSV(B)204.87º67.56%88.24%-
XYZ29.2632.6976-
YUV142.57174.5178.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.87%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 225 (88.28% from 255) = 48.91%
R=15.87%
G=35.22%
B=48.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal731622250.680.2800.12204.8771.758.43
Hex49A2E1441C0Ccd483a
Octal1112423411043401431511072
Binary1001001101000101110000110001001110001100110011011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A2E1; }

 p { color: rgb(73,162,225); }

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

<style>
 a { background-color: #49A2E1; }

 a { background-color: rgb(73,162,225); }

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

<style>
 span { border-color: #49A2E1; }

 span { border-color: rgb(73,162,225); }

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