#4D95DE

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

Shades of Picton Blue #4D95DE

Tints of Picton Blue #4D95DE

Color information

#4D95DE (or 0x4D95DE) is unknown color: approx Picton Blue. HEX triplet: 4D, 95 and DE. RGB value is (77,149,222). Sum of RGB (Red+Green+Blue) = 77+149+222=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D95DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D95DE is #B26A21. Grayscale: #878787. Windows color (decimal): -11692578 or 14587213. OLE color: 14587213.

HSL color Cylindrical-coordinate representation of color #4D95DE: hue angle of 210.21º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D95DE is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB77149222-
CMYK0.650.3300.13
HSL210.21º68.72%58.63%-
HSV(B)210.21º65.32%87.06%-
XYZ26.9928.3573.16-
YUV135.79176.6586.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.19%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 222 (87.11% from 255) = 49.55%
R=17.19%
G=33.26%
B=49.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal771492220.650.3300.13210.2168.7258.63
Hex4D95DE41210Dd2453b
Octal1152253361014101532210573
Binary10011011001010111011110100000110000101101110100101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D95DE; }

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

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

<style>
 a { background-color: #4D95DE; }

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

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

<style>
 span { border-color: #4D95DE; }

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

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