#4996DE

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

Shades of Picton Blue #4996DE

Tints of Picton Blue #4996DE

Color information

#4996DE (or 0x4996DE) is unknown color: approx Picton Blue. HEX triplet: 49, 96 and DE. RGB value is (73,150,222). Sum of RGB (Red+Green+Blue) = 73+150+222=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #4996DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4996DE is #B66921. Grayscale: #868686. Windows color (decimal): -11954466 or 14587465. OLE color: 14587465.

HSL color Cylindrical-coordinate representation of color #4996DE: hue angle of 208.99º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4996DE is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73150222-
CMYK0.670.3200.13
HSL208.99º69.3%57.84%-
HSV(B)208.99º67.12%87.06%-
XYZ26.8428.573.19-
YUV135.18176.9983.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.40%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 222 (87.11% from 255) = 49.89%
R=16.40%
G=33.71%
B=49.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731502220.670.3200.13208.9969.357.84
Hex4996DE43200Dd1453a
Octal1112263361034001532110572
Binary10010011001011011011110100001110000001101110100011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4996DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4996DE; }

 p { color: rgb(73,150,222); }

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

<style>
 a { background-color: #4996DE; }

 a { background-color: rgb(73,150,222); }

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

<style>
 span { border-color: #4996DE; }

 span { border-color: rgb(73,150,222); }

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