#499DC8

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

Shades of Picton Blue #499DC8

Tints of Picton Blue #499DC8

Color information

#499DC8 (or 0x499DC8) is unknown color: approx Picton Blue. HEX triplet: 49, 9D and C8. RGB value is (73,157,200). Sum of RGB (Red+Green+Blue) = 73+157+200=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #499DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DC8 is #B66237. Grayscale: #888888. Windows color (decimal): -11952696 or 13147465. OLE color: 13147465.

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

Color convert

RGB73157200-
CMYK0.640.2200.22
HSL200.31º53.59%53.53%-
HSV(B)200.31º63.5%78.43%-
XYZ25.2329.759.05-
YUV136.79163.6782.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.98%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 200 (78.52% from 255) = 46.51%
R=16.98%
G=36.51%
B=46.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal731572000.640.2200.22200.3153.5953.53
Hex499DC84016016c83636
Octal111235310100260263106666
Binary1001001100111011100100010000001011001011011001000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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