Html Css Color HEX #4EA2D8 Picton Blue

📋 copy color: '#4EA2D8'

red 78 ◦ green 162 ◦ blue 216

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

Shades of Picton Blue #4EA2D8

Tints of Picton Blue #4EA2D8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.53%

 BLUE value IS 216 (84.77% from 255) = 47.37%

R = 17.11%
G = 35.53%
B = 47.37%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4EA2D8 (or 0x4EA2D8) is known color: Picton Blue. HEX triplet: 4E, A2 and D8. RGB value is (78,162,216). Sum of RGB (Red+Green+Blue) = 78+162+216=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #4EA2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA2D8 is #B15D27. Grayscale: #8E8E8E. Windows color (decimal): -11623720 or 14197326. OLE color: 14197326.

HSL color Cylindrical-coordinate representation of color #4EA2D8: hue angle of 203.48º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EA2D8 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 78 162 216 -
CMYK 0.64 0.25 0 0.15
HSL 203.48º 0.64% 0.58% -
HSV(B) 203.48º 0.64% 0.85% -
XYZ 28.46 32.42 69.72 -
YUV 143.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 78 162 216 0.64 0.25 0 0.15 203.48 0.64 0.58
Hex 4E A2 D8 40 19 0 F CB 40 3A
Octal 116 242 330 100 31 0 17 313 100 72
Binary 1001110 10100010 11011000 1000000 11001 0 1111 11001011 1000000 111010

Color Harmonies of #4EA2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA2D8

Black with #4EA2D8

Text Example


Text Example

White with #4EA2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,162,216); }

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

background-color css

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

 a { background-color: rgb(78,162,216); }

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

border-color css

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

 span { border-color: rgb(78,162,216); }

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