#4995DE

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

Shades of Picton Blue #4995DE

Tints of Picton Blue #4995DE

Color information

#4995DE (or 0x4995DE) is unknown color: approx Picton Blue. HEX triplet: 49, 95 and DE. RGB value is (73,149,222). Sum of RGB (Red+Green+Blue) = 73+149+222=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #4995DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4995DE is #B66A21. Grayscale: #868686. Windows color (decimal): -11954722 or 14587209. OLE color: 14587209.

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

Color convert

RGB73149222-
CMYK0.670.3300.13
HSL209.4º69.3%57.84%-
HSV(B)209.4º67.12%87.06%-
XYZ26.6828.1973.14-
YUV134.6177.3284.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.44%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 222 (87.11% from 255) = 50%
R=16.44%
G=33.56%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731492220.670.3300.13209.469.357.84
Hex4995DE43210Dd1453a
Octal1112253361034101532110572
Binary10010011001010111011110100001110000101101110100011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4995DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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