#4DA5DD

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

Shades of Picton Blue #4DA5DD

Tints of Picton Blue #4DA5DD

Color information

#4DA5DD (or 0x4DA5DD) is unknown color: approx Picton Blue. HEX triplet: 4D, A5 and DD. RGB value is (77,165,221). Sum of RGB (Red+Green+Blue) = 77+165+221=463 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.63% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DA5DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA5DD is #B25A22. Grayscale: #909090. Windows color (decimal): -11688483 or 14525773. OLE color: 14525773.

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

Color convert

RGB77165221-
CMYK0.650.2500.13
HSL203.33º67.92%58.43%-
HSV(B)203.33º65.16%86.67%-
XYZ29.5733.7173.35-
YUV145.07170.8579.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.63%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=16.63%
G=35.64%
B=47.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal771652210.650.2500.13203.3367.9258.43
Hex4DA5DD41190Dcb443a
Octal1152453351013101531310472
Binary1001101101001011101110110000011100101101110010111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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