#499BD7

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

Shades of Picton Blue #499BD7

Tints of Picton Blue #499BD7

Color information

#499BD7 (or 0x499BD7) is unknown color: approx Picton Blue. HEX triplet: 49, 9B and D7. RGB value is (73,155,215). Sum of RGB (Red+Green+Blue) = 73+155+215=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #499BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BD7 is #B66428. Grayscale: #898989. Windows color (decimal): -11953193 or 14129993. OLE color: 14129993.

HSL color Cylindrical-coordinate representation of color #499BD7: hue angle of 205.35º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #499BD7 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB73155215-
CMYK0.660.2800.16
HSL205.35º63.96%56.47%-
HSV(B)205.35º66.05%84.31%-
XYZ26.7329.7768.63-
YUV137.32171.8382.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.48%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 215 (84.38% from 255) = 48.53%
R=16.48%
G=34.99%
B=48.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal731552150.660.2800.16205.3563.9656.47
Hex499BD7421C010cd4038
Octal1112333271023402031510070
Binary10010011001101111010111100001011100010000110011011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,155,215); }

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

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

 a { background-color: rgb(73,155,215); }

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

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

 span { border-color: rgb(73,155,215); }

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