#499CE4

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

Shades of Picton Blue #499CE4

Tints of Picton Blue #499CE4

Color information

#499CE4 (or 0x499CE4) is unknown color: approx Picton Blue. HEX triplet: 49, 9C and E4. RGB value is (73,156,228). Sum of RGB (Red+Green+Blue) = 73+156+228=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #499CE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CE4 is #B6631B. Grayscale: #8B8B8B. Windows color (decimal): -11952924 or 14982217. OLE color: 14982217.

HSL color Cylindrical-coordinate representation of color #499CE4: hue angle of 207.87º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #499CE4 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB73156228-
CMYK0.680.3200.11
HSL207.87º74.16%59.02%-
HSV(B)207.87º67.98%89.41%-
XYZ28.6430.7977.83-
YUV139.3917880.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.97%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 228 (89.45% from 255) = 49.89%
R=15.97%
G=34.14%
B=49.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal731562280.680.3200.11207.8774.1659.02
Hex499CE444200Bd04a3b
Octal1112343441044001332011273
Binary10010011001110011100100100010010000001011110100001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,156,228); }

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

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

 a { background-color: rgb(73,156,228); }

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

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

 span { border-color: rgb(73,156,228); }

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