Html Css Color HEX #4EACDB Picton Blue

📋 copy color: '#4EACDB'

red 78 ◦ green 172 ◦ blue 219

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

Shades of Picton Blue #4EACDB

Tints of Picton Blue #4EACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.67%

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 16.63%
G = 36.67%
B = 46.7%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EACDB (or 0x4EACDB) is known color: Picton Blue. HEX triplet: 4E, AC and DB. RGB value is (78,172,219). Sum of RGB (Red+Green+Blue) = 78+172+219=469 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.63% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACDB is #B15324. Grayscale: #949494. Windows color (decimal): -11621157 or 14396494. OLE color: 14396494.

HSL color Cylindrical-coordinate representation of color #4EACDB: hue angle of 200º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EACDB is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 172 219 -
CMYK 0.64 0.21 0 0.14
HSL 200º 0.66% 0.58% -
HSV(B) 200º 0.64% 0.86% -
XYZ 30.68 36.24 72.4 -
YUV 149.25 167.36 77.18 -
System Red Green Blue C M Y K H S L
Decimal 78 172 219 0.64 0.21 0 0.14 200 0.66 0.58
Hex 4E AC DB 40 15 0 E C8 42 3A
Octal 116 254 333 100 25 0 16 310 102 72
Binary 1001110 10101100 11011011 1000000 10101 0 1110 11001000 1000010 111010

Color Harmonies of #4EACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EACDB

Black with #4EACDB

Text Example


Text Example

White with #4EACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,172,219); }

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

background-color css

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

 a { background-color: rgb(78,172,219); }

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

border-color css

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

 span { border-color: rgb(78,172,219); }

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