#4D9DD8

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

Shades of Picton Blue #4D9DD8

Tints of Picton Blue #4D9DD8

Color information

#4D9DD8 (or 0x4D9DD8) is unknown color: approx Picton Blue. HEX triplet: 4D, 9D and D8. RGB value is (77,157,216). Sum of RGB (Red+Green+Blue) = 77+157+216=450 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.11% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #4D9DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9DD8 is #B26227. Grayscale: #8B8B8B. Windows color (decimal): -11690536 or 14196045. OLE color: 14196045.

HSL color Cylindrical-coordinate representation of color #4D9DD8: hue angle of 205.47º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D9DD8 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB77157216-
CMYK0.640.2700.15
HSL205.47º64.06%57.45%-
HSV(B)205.47º64.35%84.71%-
XYZ27.5130.6569.43-
YUV139.8117183.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.11%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 216 (84.77% from 255) = 48%
R=17.11%
G=34.89%
B=48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal771572160.640.2700.15205.4764.0657.45
Hex4D9DD8401B0Fcd4039
Octal1152353301003301731510071
Binary1001101100111011101100010000001101101111110011011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,157,216); }

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

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

 a { background-color: rgb(77,157,216); }

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

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

 span { border-color: rgb(77,157,216); }

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