Html Css Color HEX #4D8EDB Picton Blue

📋 copy color: '#4D8EDB'

red 77 ◦ green 142 ◦ blue 219

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

Shades of Picton Blue #4D8EDB

Tints of Picton Blue #4D8EDB

RGB

 RED value IS 77 (30.47% from 255) = 17.58%

 GREEN value IS 142 (55.86% from 255) = 32.42%

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

R = 17.58%
G = 32.42%
B = 50%

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

#4D8EDB (or 0x4D8EDB) is known color: Picton Blue. HEX triplet: 4D, 8E and DB. RGB value is (77,142,219). Sum of RGB (Red+Green+Blue) = 77+142+219=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D8EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8EDB is #B27124. Grayscale: #828282. Windows color (decimal): -11694373 or 14388813. OLE color: 14388813.

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

Color convert

RGB 77 142 219 -
CMYK 0.65 0.35 0 0.14
HSL 212.54º 0.66% 0.58% -
HSV(B) 212.54º 0.65% 0.86% -
XYZ 25.52 26.04 70.7 -
YUV 131.34 177.47 89.24 -
System Red Green Blue C M Y K H S L
Decimal 77 142 219 0.65 0.35 0 0.14 212.54 0.66 0.58
Hex 4D 8E DB 41 23 0 E D5 42 3A
Octal 115 216 333 101 43 0 16 325 102 72
Binary 1001101 10001110 11011011 1000001 100011 0 1110 11010101 1000010 111010

Color Harmonies of #4D8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8EDB

Black with #4D8EDB

Text Example


Text Example

White with #4D8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,142,219); }

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

background-color css

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

 a { background-color: rgb(77,142,219); }

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

border-color css

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

 span { border-color: rgb(77,142,219); }

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