#499BCC

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

Shades of Picton Blue #499BCC

Tints of Picton Blue #499BCC

Color information

#499BCC (or 0x499BCC) is unknown color: approx Picton Blue. HEX triplet: 49, 9B and CC. RGB value is (73,155,204). Sum of RGB (Red+Green+Blue) = 73+155+204=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #499BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BCC is #B66433. Grayscale: #878787. Windows color (decimal): -11953204 or 13409097. OLE color: 13409097.

HSL color Cylindrical-coordinate representation of color #499BCC: hue angle of 202.44º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499BCC is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB73155204-
CMYK0.640.2400.2
HSL202.44º56.22%54.31%-
HSV(B)202.44º64.22%80%-
XYZ25.3729.2261.43-
YUV136.07166.3383.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.90%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 204 (80.08% from 255) = 47.22%
R=16.90%
G=35.88%
B=47.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal731552040.640.2400.2202.4456.2254.31
Hex499BCC4018014ca3836
Octal111233314100300243127066
Binary1001001100110111100110010000001100001010011001010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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