#4D9EDE

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

Shades of Picton Blue #4D9EDE

Tints of Picton Blue #4D9EDE

Color information

#4D9EDE (or 0x4D9EDE) is unknown color: approx Picton Blue. HEX triplet: 4D, 9E and DE. RGB value is (77,158,222). Sum of RGB (Red+Green+Blue) = 77+158+222=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D9EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9EDE is #B26121. Grayscale: #8C8C8C. Windows color (decimal): -11690274 or 14589517. OLE color: 14589517.

HSL color Cylindrical-coordinate representation of color #4D9EDE: hue angle of 206.48º 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 #4D9EDE is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB77158222-
CMYK0.650.2900.13
HSL206.48º68.72%58.63%-
HSV(B)206.48º65.32%87.06%-
XYZ28.4731.3173.65-
YUV141.08173.6682.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.85%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 222 (87.11% from 255) = 48.58%
R=16.85%
G=34.57%
B=48.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal771582220.650.2900.13206.4868.7258.63
Hex4D9EDE411D0Dce453b
Octal1152363361013501531610573
Binary1001101100111101101111010000011110101101110011101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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