Html Css Color HEX #4E93DB Picton Blue

📋 copy color: '#4E93DB'

red 78 ◦ green 147 ◦ blue 219

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

Shades of Picton Blue #4E93DB

Tints of Picton Blue #4E93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.11%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 17.57%
G = 33.11%
B = 49.32%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E93DB (or 0x4E93DB) is known color: Picton Blue. HEX triplet: 4E, 93 and DB. RGB value is (78,147,219). Sum of RGB (Red+Green+Blue) = 78+147+219=444 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.57% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E93DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E93DB is #B16C24. Grayscale: #868686. Windows color (decimal): -11627557 or 14390094. OLE color: 14390094.

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

Color convert

RGB 78 147 219 -
CMYK 0.64 0.33 0 0.14
HSL 210.64º 0.66% 0.58% -
HSV(B) 210.64º 0.64% 0.86% -
XYZ 26.36 27.6 70.96 -
YUV 134.58 175.64 87.65 -
System Red Green Blue C M Y K H S L
Decimal 78 147 219 0.64 0.33 0 0.14 210.64 0.66 0.58
Hex 4E 93 DB 40 21 0 E D3 42 3A
Octal 116 223 333 100 41 0 16 323 102 72
Binary 1001110 10010011 11011011 1000000 100001 0 1110 11010011 1000010 111010

Color Harmonies of #4E93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E93DB

Black with #4E93DB

Text Example


Text Example

White with #4E93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,147,219); }

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

background-color css

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

 a { background-color: rgb(78,147,219); }

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

border-color css

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

 span { border-color: rgb(78,147,219); }

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