#499AC5

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

Shades of Picton Blue #499AC5

Tints of Picton Blue #499AC5

Color information

#499AC5 (or 0x499AC5) is unknown color: approx Picton Blue. HEX triplet: 49, 9A and C5. RGB value is (73,154,197). Sum of RGB (Red+Green+Blue) = 73+154+197=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 197 - color contains mainly: blue. Hex color #499AC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499AC5 is #B6653A. Grayscale: #868686. Windows color (decimal): -11953467 or 12950089. OLE color: 12950089.

HSL color Cylindrical-coordinate representation of color #499AC5: hue angle of 200.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #499AC5 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB73154197-
CMYK0.630.2200.23
HSL200.81º51.67%52.94%-
HSV(B)200.81º62.94%77.25%-
XYZ24.3828.5657.05-
YUV134.68163.1684-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.22%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 197 (77.34% from 255) = 46.46%
R=17.22%
G=36.32%
B=46.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731541970.630.2200.23200.8151.6752.94
Hex499AC53F16017c93435
Octal11123230577260273116465
Binary100100110011010110001011111111011001011111001001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499AC5; }

 p { color: rgb(73,154,197); }

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

<style>
 a { background-color: #499AC5; }

 a { background-color: rgb(73,154,197); }

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

<style>
 span { border-color: #499AC5; }

 span { border-color: rgb(73,154,197); }

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