Html Css Color HEX #4EA3DC Picton Blue

📋 copy color: '#4EA3DC'

red 78 ◦ green 163 ◦ blue 220

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

Shades of Picton Blue #4EA3DC

Tints of Picton Blue #4EA3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.36%

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

R = 16.92%
G = 35.36%
B = 47.72%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EA3DC (or 0x4EA3DC) is known color: Picton Blue. HEX triplet: 4E, A3 and DC. RGB value is (78,163,220). Sum of RGB (Red+Green+Blue) = 78+163+220=461 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.92% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EA3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA3DC is #B15C23. Grayscale: #8F8F8F. Windows color (decimal): -11623460 or 14459726. OLE color: 14459726.

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

Color convert

RGB 78 163 220 -
CMYK 0.65 0.26 0 0.14
HSL 204.08º 0.67% 0.58% -
HSV(B) 204.08º 0.65% 0.86% -
XYZ 29.16 32.98 72.54 -
YUV 144.08 170.84 80.87 -
System Red Green Blue C M Y K H S L
Decimal 78 163 220 0.65 0.26 0 0.14 204.08 0.67 0.58
Hex 4E A3 DC 41 1A 0 E CC 43 3A
Octal 116 243 334 101 32 0 16 314 103 72
Binary 1001110 10100011 11011100 1000001 11010 0 1110 11001100 1000011 111010

Color Harmonies of #4EA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA3DC

Black with #4EA3DC

Text Example


Text Example

White with #4EA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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