Html Css Color HEX #4DA3DC Picton Blue

📋 copy color: '#4DA3DC'

red 77 ◦ green 163 ◦ blue 220

#4DA3DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #4DA3DC

Tints of Picton Blue #4DA3DC

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 value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4DA3DC (or 0x4DA3DC) is known color: 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

RGB 77 163 220 -
CMYK 0.65 0.26 0 0.14
HSL 203.92º 0.67% 0.58% -
HSV(B) 203.92º 0.65% 0.86% -
XYZ 29.08 32.94 72.54 -
YUV 143.78 171.01 80.37 -
System Red Green Blue C M Y K H S L
Decimal 77 163 220 0.65 0.26 0 0.14 203.92 0.67 0.58
Hex 4D A3 DC 41 1A 0 E CC 43 3A
Octal 115 243 334 101 32 0 16 314 103 72
Binary 1001101 10100011 11011100 1000001 11010 0 1110 11001100 1000011 111010

Color Harmonies of #4DA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA3DC

Black with #4DA3DC

Text Example


Text Example

White with #4DA3DC

Text Example


Text Example

HTML Codes & Css Web 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>