Html Css Color HEX #4E9ACE Picton Blue

📋 copy color: '#4E9ACE'

red 78 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #4E9ACE

Tints of Picton Blue #4E9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.16%

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

R = 17.81%
G = 35.16%
B = 47.03%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E9ACE (or 0x4E9ACE) is known color: Picton Blue. HEX triplet: 4E, 9A and CE. RGB value is (78,154,206). Sum of RGB (Red+Green+Blue) = 78+154+206=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E9ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9ACE is #B16531. Grayscale: #888888. Windows color (decimal): -11625778 or 13539918. OLE color: 13539918.

HSL color Cylindrical-coordinate representation of color #4E9ACE: hue angle of 204.38º 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 #4E9ACE is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 154 206 -
CMYK 0.62 0.25 0 0.19
HSL 204.38º 0.57% 0.56% -
HSV(B) 204.38º 0.62% 0.81% -
XYZ 25.84 29.19 62.66 -
YUV 137.2 166.82 85.77 -
System Red Green Blue C M Y K H S L
Decimal 78 154 206 0.62 0.25 0 0.19 204.38 0.57 0.56
Hex 4E 9A CE 3E 19 0 13 CC 39 38
Octal 116 232 316 76 31 0 23 314 71 70
Binary 1001110 10011010 11001110 111110 11001 0 10011 11001100 111001 111000

Color Harmonies of #4E9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9ACE

Black with #4E9ACE

Text Example


Text Example

White with #4E9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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