Html Css Color HEX #4DA0CA Picton Blue

📋 copy color: '#4DA0CA'

red 77 ◦ green 160 ◦ blue 202

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

Shades of Picton Blue #4DA0CA

Tints of Picton Blue #4DA0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 17.54%
G = 36.45%
B = 46.01%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4DA0CA (or 0x4DA0CA) is known color: Picton Blue. HEX triplet: 4D, A0 and CA. RGB value is (77,160,202). Sum of RGB (Red+Green+Blue) = 77+160+202=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DA0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA0CA is #B25F35. Grayscale: #8B8B8B. Windows color (decimal): -11689782 or 13279309. OLE color: 13279309.

HSL color Cylindrical-coordinate representation of color #4DA0CA: hue angle of 200.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DA0CA is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 160 202 -
CMYK 0.62 0.21 0 0.21
HSL 200.16º 0.54% 0.55% -
HSV(B) 200.16º 0.62% 0.79% -
XYZ 26.29 30.98 60.47 -
YUV 139.97 163 83.08 -
System Red Green Blue C M Y K H S L
Decimal 77 160 202 0.62 0.21 0 0.21 200.16 0.54 0.55
Hex 4D A0 CA 3E 15 0 15 C8 36 37
Octal 115 240 312 76 25 0 25 310 66 67
Binary 1001101 10100000 11001010 111110 10101 0 10101 11001000 110110 110111

Color Harmonies of #4DA0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA0CA

Black with #4DA0CA

Text Example


Text Example

White with #4DA0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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