#499BD5

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

Shades of Picton Blue #499BD5

Tints of Picton Blue #499BD5

Color information

#499BD5 (or 0x499BD5) is unknown color: approx Picton Blue. HEX triplet: 49, 9B and D5. RGB value is (73,155,213). Sum of RGB (Red+Green+Blue) = 73+155+213=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #499BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BD5 is #B6642A. Grayscale: #888888. Windows color (decimal): -11953195 or 13998921. OLE color: 13998921.

HSL color Cylindrical-coordinate representation of color #499BD5: hue angle of 204.86º degrees, saturation: 0.62, 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 #499BD5 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB73155213-
CMYK0.660.2700.16
HSL204.86º62.5%56.08%-
HSV(B)204.86º65.73%83.53%-
XYZ26.4829.6667.28-
YUV137.09170.8382.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.55%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 213 (83.59% from 255) = 48.30%
R=16.55%
G=35.15%
B=48.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal731552130.660.2700.16204.8662.556.08
Hex499BD5421B010cd3e38
Octal111233325102330203157670
Binary1001001100110111101010110000101101101000011001101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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