#499AC7

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

Shades of Picton Blue #499AC7

Tints of Picton Blue #499AC7

Color information

#499AC7 (or 0x499AC7) is unknown color: approx Picton Blue. HEX triplet: 49, 9A and C7. RGB value is (73,154,199). Sum of RGB (Red+Green+Blue) = 73+154+199=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 199 - color contains mainly: blue. Hex color #499AC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499AC7 is #B66538. Grayscale: #868686. Windows color (decimal): -11953465 or 13081161. OLE color: 13081161.

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

Color convert

RGB73154199-
CMYK0.630.2300.22
HSL201.43º52.94%53.33%-
HSV(B)201.43º63.32%78.04%-
XYZ24.6128.6558.27-
YUV134.91164.1683.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.14%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 199 (78.12% from 255) = 46.71%
R=17.14%
G=36.15%
B=46.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal731541990.630.2300.22201.4352.9453.33
Hex499AC73F17016c93535
Octal11123230777270263116565
Binary100100110011010110001111111111011101011011001001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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