Html Css Color HEX #4EABDC Picton Blue

📋 copy color: '#4EABDC'

red 78 ◦ green 171 ◦ blue 220

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

Shades of Picton Blue #4EABDC

Tints of Picton Blue #4EABDC

RGB

 RED value IS 78 (30.86% from 255) = 16.63%

 GREEN value IS 171 (67.19% from 255) = 36.46%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 16.63%
G = 36.46%
B = 46.91%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EABDC (or 0x4EABDC) is known color: Picton Blue. HEX triplet: 4E, AB and DC. RGB value is (78,171,220). Sum of RGB (Red+Green+Blue) = 78+171+220=469 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.63% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABDC is #B15423. Grayscale: #949494. Windows color (decimal): -11621412 or 14461774. OLE color: 14461774.

HSL color Cylindrical-coordinate representation of color #4EABDC: hue angle of 200.7º 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 #4EABDC is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 171 220 -
CMYK 0.65 0.22 0 0.14
HSL 200.7º 0.67% 0.58% -
HSV(B) 200.7º 0.65% 0.86% -
XYZ 30.62 35.91 73.03 -
YUV 148.78 168.19 77.52 -
System Red Green Blue C M Y K H S L
Decimal 78 171 220 0.65 0.22 0 0.14 200.7 0.67 0.58
Hex 4E AB DC 41 16 0 E C9 43 3A
Octal 116 253 334 101 26 0 16 311 103 72
Binary 1001110 10101011 11011100 1000001 10110 0 1110 11001001 1000011 111010

Color Harmonies of #4EABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EABDC

Black with #4EABDC

Text Example


Text Example

White with #4EABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,171,220); }

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

background-color css

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

 a { background-color: rgb(78,171,220); }

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

border-color css

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

 span { border-color: rgb(78,171,220); }

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