Html Css Color HEX #4EA5CE Picton Blue

📋 copy color: '#4EA5CE'

red 78 ◦ green 165 ◦ blue 206

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

Shades of Picton Blue #4EA5CE

Tints of Picton Blue #4EA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 17.37%
G = 36.75%
B = 45.88%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4EA5CE (or 0x4EA5CE) is known color: Picton Blue. HEX triplet: 4E, A5 and CE. RGB value is (78,165,206). Sum of RGB (Red+Green+Blue) = 78+165+206=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EA5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA5CE is #B15A31. Grayscale: #8F8F8F. Windows color (decimal): -11622962 or 13542734. OLE color: 13542734.

HSL color Cylindrical-coordinate representation of color #4EA5CE: hue angle of 199.22º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EA5CE is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 165 206 -
CMYK 0.62 0.20 0 0.19
HSL 199.22º 0.57% 0.56% -
HSV(B) 199.22º 0.62% 0.81% -
XYZ 27.74 32.99 63.3 -
YUV 143.66 163.18 81.17 -
System Red Green Blue C M Y K H S L
Decimal 78 165 206 0.62 0.20 0 0.19 199.22 0.57 0.56
Hex 4E A5 CE 3E 14 0 13 C7 39 38
Octal 116 245 316 76 24 0 23 307 71 70
Binary 1001110 10100101 11001110 111110 10100 0 10011 11000111 111001 111000

Color Harmonies of #4EA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA5CE

Black with #4EA5CE

Text Example


Text Example

White with #4EA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,165,206); }

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

background-color css

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

 a { background-color: rgb(78,165,206); }

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

border-color css

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

 span { border-color: rgb(78,165,206); }

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