Html Css Color HEX #4DA0CC Picton Blue

📋 copy color: '#4DA0CC'

red 77 ◦ green 160 ◦ blue 204

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

Shades of Picton Blue #4DA0CC

Tints of Picton Blue #4DA0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 17.46%
G = 36.28%
B = 46.26%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4DA0CC (or 0x4DA0CC) is known color: Picton Blue. HEX triplet: 4D, A0 and CC. RGB value is (77,160,204). Sum of RGB (Red+Green+Blue) = 77+160+204=441 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.46% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DA0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA0CC is #B25F33. Grayscale: #8B8B8B. Windows color (decimal): -11689780 or 13410381. OLE color: 13410381.

HSL color Cylindrical-coordinate representation of color #4DA0CC: hue angle of 200.79º degrees, saturation: 0.55, 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 #4DA0CC is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 160 204 -
CMYK 0.62 0.22 0 0.2
HSL 200.79º 0.55% 0.55% -
HSV(B) 200.79º 0.62% 0.8% -
XYZ 26.53 31.08 61.73 -
YUV 140.2 164 82.92 -
System Red Green Blue C M Y K H S L
Decimal 77 160 204 0.62 0.22 0 0.2 200.79 0.55 0.55
Hex 4D A0 CC 3E 16 0 14 C9 37 37
Octal 115 240 314 76 26 0 24 311 67 67
Binary 1001101 10100000 11001100 111110 10110 0 10100 11001001 110111 110111

Color Harmonies of #4DA0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA0CC

Black with #4DA0CC

Text Example


Text Example

White with #4DA0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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