Html Css Color HEX #4EA2E5 Picton Blue

📋 copy color: '#4EA2E5'

red 78 ◦ green 162 ◦ blue 229

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

Shades of Picton Blue #4EA2E5

Tints of Picton Blue #4EA2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.83%

R = 16.63%
G = 34.54%
B = 48.83%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4EA2E5 (or 0x4EA2E5) is known color: Picton Blue. HEX triplet: 4E, A2 and E5. RGB value is (78,162,229). Sum of RGB (Red+Green+Blue) = 78+162+229=469 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.63% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #4EA2E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA2E5 is #B15D1A. Grayscale: #909090. Windows color (decimal): -11623707 or 15049294. OLE color: 15049294.

HSL color Cylindrical-coordinate representation of color #4EA2E5: hue angle of 206.62º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EA2E5 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 78 162 229 -
CMYK 0.66 0.29 0 0.10
HSL 206.62º 0.74% 0.6% -
HSV(B) 206.62º 0.66% 0.9% -
XYZ 30.21 33.12 78.93 -
YUV 144.52 175.67 80.55 -
System Red Green Blue C M Y K H S L
Decimal 78 162 229 0.66 0.29 0 0.10 206.62 0.74 0.6
Hex 4E A2 E5 42 1D 0 A CF 4A 3C
Octal 116 242 345 102 35 0 12 317 112 74
Binary 1001110 10100010 11100101 1000010 11101 0 1010 11001111 1001010 111100

Color Harmonies of #4EA2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA2E5

Black with #4EA2E5

Text Example


Text Example

White with #4EA2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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