Html Css Color HEX #4E8FDC Picton Blue

📋 copy color: '#4E8FDC'

red 78 ◦ green 143 ◦ blue 220

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

Shades of Picton Blue #4E8FDC

Tints of Picton Blue #4E8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.43%

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 17.69%
G = 32.43%
B = 49.89%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E8FDC (or 0x4E8FDC) is known color: Picton Blue. HEX triplet: 4E, 8F and DC. RGB value is (78,143,220). Sum of RGB (Red+Green+Blue) = 78+143+220=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E8FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8FDC is #B17023. Grayscale: #838383. Windows color (decimal): -11628580 or 14454606. OLE color: 14454606.

HSL color Cylindrical-coordinate representation of color #4E8FDC: hue angle of 212.54º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E8FDC is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 143 220 -
CMYK 0.65 0.35 0 0.14
HSL 212.54º 0.67% 0.58% -
HSV(B) 212.54º 0.65% 0.86% -
XYZ 25.88 26.43 71.45 -
YUV 132.34 177.47 89.24 -
System Red Green Blue C M Y K H S L
Decimal 78 143 220 0.65 0.35 0 0.14 212.54 0.67 0.58
Hex 4E 8F DC 41 23 0 E D5 43 3A
Octal 116 217 334 101 43 0 16 325 103 72
Binary 1001110 10001111 11011100 1000001 100011 0 1110 11010101 1000011 111010

Color Harmonies of #4E8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8FDC

Black with #4E8FDC

Text Example


Text Example

White with #4E8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,143,220); }

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

background-color css

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

 a { background-color: rgb(78,143,220); }

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

border-color css

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

 span { border-color: rgb(78,143,220); }

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