Html Css Color HEX #4E97DC Picton Blue

📋 copy color: '#4E97DC'

red 78 ◦ green 151 ◦ blue 220

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

Shades of Picton Blue #4E97DC

Tints of Picton Blue #4E97DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.63%

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

R = 17.37%
G = 33.63%
B = 49%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E97DC (or 0x4E97DC) is known color: Picton Blue. HEX triplet: 4E, 97 and DC. RGB value is (78,151,220). Sum of RGB (Red+Green+Blue) = 78+151+220=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E97DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E97DC is #B16823. Grayscale: #888888. Windows color (decimal): -11626532 or 14456654. OLE color: 14456654.

HSL color Cylindrical-coordinate representation of color #4E97DC: hue angle of 209.15º 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 #4E97DC is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 151 220 -
CMYK 0.65 0.31 0 0.14
HSL 209.15º 0.67% 0.58% -
HSV(B) 209.15º 0.65% 0.86% -
XYZ 27.13 28.92 71.86 -
YUV 137.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 78 151 220 0.65 0.31 0 0.14 209.15 0.67 0.58
Hex 4E 97 DC 41 1F 0 E D1 43 3A
Octal 116 227 334 101 37 0 16 321 103 72
Binary 1001110 10010111 11011100 1000001 11111 0 1110 11010001 1000011 111010

Color Harmonies of #4E97DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E97DC

Black with #4E97DC

Text Example


Text Example

White with #4E97DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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