Html Css Color HEX #4EA2E0 Picton Blue

📋 copy color: '#4EA2E0'

red 78 ◦ green 162 ◦ blue 224

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

Shades of Picton Blue #4EA2E0

Tints of Picton Blue #4EA2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.28%

R = 16.81%
G = 34.91%
B = 48.28%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4EA2E0 (or 0x4EA2E0) is known color: Picton Blue. HEX triplet: 4E, A2 and E0. RGB value is (78,162,224). Sum of RGB (Red+Green+Blue) = 78+162+224=464 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.81% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #4EA2E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA2E0 is #B15D1F. Grayscale: #8F8F8F. Windows color (decimal): -11623712 or 14721614. OLE color: 14721614.

HSL color Cylindrical-coordinate representation of color #4EA2E0: hue angle of 205.48º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EA2E0 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 78 162 224 -
CMYK 0.65 0.28 0 0.12
HSL 205.48º 0.7% 0.59% -
HSV(B) 205.48º 0.65% 0.88% -
XYZ 29.52 32.84 75.3 -
YUV 143.95 173.17 80.96 -
System Red Green Blue C M Y K H S L
Decimal 78 162 224 0.65 0.28 0 0.12 205.48 0.7 0.59
Hex 4E A2 E0 41 1C 0 C CD 46 3B
Octal 116 242 340 101 34 0 14 315 106 73
Binary 1001110 10100010 11100000 1000001 11100 0 1100 11001101 1000110 111011

Color Harmonies of #4EA2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA2E0

Black with #4EA2E0

Text Example


Text Example

White with #4EA2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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