#499ACA

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

Shades of Picton Blue #499ACA

Tints of Picton Blue #499ACA

Color information

#499ACA (or 0x499ACA) is unknown color: approx Picton Blue. HEX triplet: 49, 9A and CA. RGB value is (73,154,202). Sum of RGB (Red+Green+Blue) = 73+154+202=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #499ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ACA is #B66535. Grayscale: #868686. Windows color (decimal): -11953462 or 13277769. OLE color: 13277769.

HSL color Cylindrical-coordinate representation of color #499ACA: hue angle of 202.33º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499ACA is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB73154202-
CMYK0.640.2400.21
HSL202.33º54.89%53.92%-
HSV(B)202.33º63.86%79.22%-
XYZ24.9628.7960.12-
YUV135.25165.6683.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.02%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=17.02%
G=35.90%
B=47.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal731542020.640.2400.21202.3354.8953.92
Hex499ACA4018015ca3736
Octal111232312100300253126766
Binary1001001100110101100101010000001100001010111001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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