Html Css Color HEX #4D9DDB Picton Blue

📋 copy color: '#4D9DDB'

red 77 ◦ green 157 ◦ blue 219

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

Shades of Picton Blue #4D9DDB

Tints of Picton Blue #4D9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.66%

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

R = 17%
G = 34.66%
B = 48.34%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D9DDB (or 0x4D9DDB) is known color: Picton Blue. HEX triplet: 4D, 9D and DB. RGB value is (77,157,219). Sum of RGB (Red+Green+Blue) = 77+157+219=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9DDB is #B26224. Grayscale: #8B8B8B. Windows color (decimal): -11690533 or 14392653. OLE color: 14392653.

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

Color convert

RGB 77 157 219 -
CMYK 0.65 0.28 0 0.14
HSL 206.2º 0.66% 0.58% -
HSV(B) 206.2º 0.65% 0.86% -
XYZ 27.9 30.81 71.49 -
YUV 140.15 172.5 82.96 -
System Red Green Blue C M Y K H S L
Decimal 77 157 219 0.65 0.28 0 0.14 206.2 0.66 0.58
Hex 4D 9D DB 41 1C 0 E CE 42 3A
Octal 115 235 333 101 34 0 16 316 102 72
Binary 1001101 10011101 11011011 1000001 11100 0 1110 11001110 1000010 111010

Color Harmonies of #4D9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9DDB

Black with #4D9DDB

Text Example


Text Example

White with #4D9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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