Html Css Color HEX #4DA0CD Picton Blue

📋 copy color: '#4DA0CD'

red 77 ◦ green 160 ◦ blue 205

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

Shades of Picton Blue #4DA0CD

Tints of Picton Blue #4DA0CD

RGB

 RED value IS 77 (30.47% from 255) = 17.42%

 GREEN value IS 160 (62.89% from 255) = 36.2%

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 17.42%
G = 36.2%
B = 46.38%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DA0CD (or 0x4DA0CD) is known color: Picton Blue. HEX triplet: 4D, A0 and CD. RGB value is (77,160,205). Sum of RGB (Red+Green+Blue) = 77+160+205=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DA0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA0CD is #B25F32. Grayscale: #8C8C8C. Windows color (decimal): -11689779 or 13475917. OLE color: 13475917.

HSL color Cylindrical-coordinate representation of color #4DA0CD: hue angle of 201.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DA0CD is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 160 205 -
CMYK 0.62 0.22 0 0.20
HSL 201.09º 0.56% 0.55% -
HSV(B) 201.09º 0.62% 0.8% -
XYZ 26.65 31.13 62.36 -
YUV 140.31 164.5 82.84 -
System Red Green Blue C M Y K H S L
Decimal 77 160 205 0.62 0.22 0 0.20 201.09 0.56 0.55
Hex 4D A0 CD 3E 16 0 14 C9 38 37
Octal 115 240 315 76 26 0 24 311 70 67
Binary 1001101 10100000 11001101 111110 10110 0 10100 11001001 111000 110111

Color Harmonies of #4DA0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA0CD

Black with #4DA0CD

Text Example


Text Example

White with #4DA0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,160,205); }

 H1.HeaderClassName
 {
   color: #4DA0CD;
 }
 .AnyTagClassName
 {
   color: #4DA0CD;
 }
</style>

background-color css

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

 a { background-color: rgb(77,160,205); }

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

border-color css

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

 span { border-color: rgb(77,160,205); }

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