Html Css Color HEX #4DA0DE Picton Blue

📋 copy color: '#4DA0DE'

red 77 ◦ green 160 ◦ blue 222

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

Shades of Picton Blue #4DA0DE

Tints of Picton Blue #4DA0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 16.78%
G = 34.86%
B = 48.37%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4DA0DE (or 0x4DA0DE) is known color: Picton Blue. HEX triplet: 4D, A0 and DE. RGB value is (77,160,222). Sum of RGB (Red+Green+Blue) = 77+160+222=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #4DA0DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA0DE is #B25F21. Grayscale: #8D8D8D. Windows color (decimal): -11689762 or 14590029. OLE color: 14590029.

HSL color Cylindrical-coordinate representation of color #4DA0DE: hue angle of 205.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DA0DE is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 160 222 -
CMYK 0.65 0.28 0 0.13
HSL 205.66º 0.69% 0.59% -
HSV(B) 205.66º 0.65% 0.87% -
XYZ 28.82 31.99 73.76 -
YUV 142.25 173 81.46 -
System Red Green Blue C M Y K H S L
Decimal 77 160 222 0.65 0.28 0 0.13 205.66 0.69 0.59
Hex 4D A0 DE 41 1C 0 D CE 45 3B
Octal 115 240 336 101 34 0 15 316 105 73
Binary 1001101 10100000 11011110 1000001 11100 0 1101 11001110 1000101 111011

Color Harmonies of #4DA0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA0DE

Black with #4DA0DE

Text Example


Text Example

White with #4DA0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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