#4D95DD

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

Shades of Picton Blue #4D95DD

Tints of Picton Blue #4D95DD

Color information

#4D95DD (or 0x4D95DD) is unknown color: approx Picton Blue. HEX triplet: 4D, 95 and DD. RGB value is (77,149,221). Sum of RGB (Red+Green+Blue) = 77+149+221=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D95DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D95DD is #B26A22. Grayscale: #878787. Windows color (decimal): -11692579 or 14521677. OLE color: 14521677.

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

Color convert

RGB77149221-
CMYK0.650.3300.13
HSL210º67.92%58.43%-
HSV(B)210º65.16%86.67%-
XYZ26.8628.2972.45-
YUV135.68176.1586.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.23%
GREEN value IS 149 (58.59% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 49.44%
R=17.23%
G=33.33%
B=49.44%

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
Decimal771492210.650.3300.1321067.9258.43
Hex4D95DD41210Dd2443a
Octal1152253351014101532210472
Binary10011011001010111011101100000110000101101110100101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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