Html Css Color HEX #4EABDB Picton Blue

📋 copy color: '#4EABDB'

red 78 ◦ green 171 ◦ blue 219

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

Shades of Picton Blue #4EABDB

Tints of Picton Blue #4EABDB

RGB

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

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

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

R = 16.67%
G = 36.54%
B = 46.79%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EABDB (or 0x4EABDB) is known color: Picton Blue. HEX triplet: 4E, AB and DB. RGB value is (78,171,219). Sum of RGB (Red+Green+Blue) = 78+171+219=468 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.67% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABDB is #B15424. Grayscale: #949494. Windows color (decimal): -11621413 or 14396238. OLE color: 14396238.

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

Color convert

RGB 78 171 219 -
CMYK 0.64 0.22 0 0.14
HSL 200.43º 0.66% 0.58% -
HSV(B) 200.43º 0.64% 0.86% -
XYZ 30.49 35.86 72.33 -
YUV 148.67 167.69 77.6 -
System Red Green Blue C M Y K H S L
Decimal 78 171 219 0.64 0.22 0 0.14 200.43 0.66 0.58
Hex 4E AB DB 40 16 0 E C8 42 3A
Octal 116 253 333 100 26 0 16 310 102 72
Binary 1001110 10101011 11011011 1000000 10110 0 1110 11001000 1000010 111010

Color Harmonies of #4EABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EABDB

Black with #4EABDB

Text Example


Text Example

White with #4EABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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