Html Css Color HEX #4EABDE Picton Blue

📋 copy color: '#4EABDE'

red 78 ◦ green 171 ◦ blue 222

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

Shades of Picton Blue #4EABDE

Tints of Picton Blue #4EABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 16.56%
G = 36.31%
B = 47.13%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4EABDE (or 0x4EABDE) is known color: Picton Blue. HEX triplet: 4E, AB and DE. RGB value is (78,171,222). Sum of RGB (Red+Green+Blue) = 78+171+222=471 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.56% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #4EABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABDE is #B15421. Grayscale: #949494. Windows color (decimal): -11621410 or 14592846. OLE color: 14592846.

HSL color Cylindrical-coordinate representation of color #4EABDE: hue angle of 201.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EABDE is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 171 222 -
CMYK 0.65 0.23 0 0.13
HSL 201.25º 0.69% 0.59% -
HSV(B) 201.25º 0.65% 0.87% -
XYZ 30.89 36.02 74.43 -
YUV 149.01 169.19 77.35 -
System Red Green Blue C M Y K H S L
Decimal 78 171 222 0.65 0.23 0 0.13 201.25 0.69 0.59
Hex 4E AB DE 41 17 0 D C9 45 3B
Octal 116 253 336 101 27 0 15 311 105 73
Binary 1001110 10101011 11011110 1000001 10111 0 1101 11001001 1000101 111011

Color Harmonies of #4EABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EABDE

Black with #4EABDE

Text Example


Text Example

White with #4EABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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