#499bce

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

Shades of Picton Blue #499BCE

Tints of Picton Blue #499BCE

Color information

#499BCE (or 0x499BCE) is unknown color: approx Picton Blue. HEX triplet: 49, 9B and CE. RGB value is (73,155,206). Sum of RGB (Red+Green+Blue) = 73+155+206=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #499BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BCE is #B66431. Grayscale: #888888. Windows color (decimal): -11953202 or 13540169. OLE color: 13540169.

HSL color Cylindrical-coordinate representation of color #499BCE: hue angle of 203.01º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499BCE is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB73155206-
CMYK0.650.2500.19
HSL203.01º57.58%54.71%-
HSV(B)203.01º64.56%80.78%-
XYZ25.6129.3262.7-
YUV136.3167.3382.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.82%
GREEN value IS 155 (60.94% from 255) = 35.71%
BLUE value IS 206 (80.86% from 255) = 47.47%
R=16.82%
G=35.71%
B=47.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal731552060.650.2500.19203.0157.5854.71
Hex499BCE4119013cb3a37
Octal111233316101310233137267
Binary1001001100110111100111010000011100101001111001011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499bce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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