#4992DE

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

Shades of Picton Blue #4992DE

Tints of Picton Blue #4992DE

Color information

#4992DE (or 0x4992DE) is unknown color: approx Picton Blue. HEX triplet: 49, 92 and DE. RGB value is (73,146,222). Sum of RGB (Red+Green+Blue) = 73+146+222=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #4992DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4992DE is #B66D21. Grayscale: #848484. Windows color (decimal): -11955490 or 14586441. OLE color: 14586441.

HSL color Cylindrical-coordinate representation of color #4992DE: hue angle of 210.6º 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 #4992DE is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73146222-
CMYK0.670.3400.13
HSL210.6º69.3%57.84%-
HSV(B)210.6º67.12%87.06%-
XYZ26.2127.2572.99-
YUV132.84178.3285.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.55%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 222 (87.11% from 255) = 50.34%
R=16.55%
G=33.11%
B=50.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731462220.670.3400.13210.669.357.84
Hex4992DE43220Dd3453a
Octal1112223361034201532310572
Binary10010011001001011011110100001110001001101110100111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4992DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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