#499DCD

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

Shades of Picton Blue #499DCD

Tints of Picton Blue #499DCD

Color information

#499DCD (or 0x499DCD) is unknown color: approx Picton Blue. HEX triplet: 49, 9D and CD. RGB value is (73,157,205). Sum of RGB (Red+Green+Blue) = 73+157+205=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #499DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DCD is #B66232. Grayscale: #898989. Windows color (decimal): -11952691 or 13475145. OLE color: 13475145.

HSL color Cylindrical-coordinate representation of color #499DCD: hue angle of 201.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499DCD is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73157205-
CMYK0.640.2300.20
HSL201.82º56.9%54.51%-
HSV(B)201.82º64.39%80.39%-
XYZ25.8229.9462.18-
YUV137.36166.1782.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.78%
GREEN value IS 157 (61.72% from 255) = 36.09%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=16.78%
G=36.09%
B=47.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731572050.640.2300.20201.8256.954.51
Hex499DCD4017014ca3937
Octal111235315100270243127167
Binary1001001100111011100110110000001011101010011001010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,157,205); }

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

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

 a { background-color: rgb(73,157,205); }

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

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

 span { border-color: rgb(73,157,205); }

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