#4DA3DC

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

Shades of Picton Blue #4DA3DC

Tints of Picton Blue #4DA3DC

Color information

#4DA3DC (or 0x4DA3DC) is unknown color: approx Picton Blue. HEX triplet: 4D, A3 and DC. RGB value is (77,163,220). Sum of RGB (Red+Green+Blue) = 77+163+220=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DA3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA3DC is #B25C23. Grayscale: #8F8F8F. Windows color (decimal): -11688996 or 14459725. OLE color: 14459725.

HSL color Cylindrical-coordinate representation of color #4DA3DC: hue angle of 203.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DA3DC is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB77163220-
CMYK0.650.2600.14
HSL203.92º67.14%58.24%-
HSV(B)203.92º65%86.27%-
XYZ29.0832.9472.54-
YUV143.78171.0180.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.74%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 220 (86.33% from 255) = 47.83%
R=16.74%
G=35.43%
B=47.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal771632200.650.2600.14203.9267.1458.24
Hex4DA3DC411A0Ecc433a
Octal1152433341013201631410372
Binary1001101101000111101110010000011101001110110011001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,163,220); }

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

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

 a { background-color: rgb(77,163,220); }

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

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

 span { border-color: rgb(77,163,220); }

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