Html Css Color HEX #4D94DB Picton Blue

📋 copy color: '#4D94DB'

red 77 ◦ green 148 ◦ blue 219

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

Shades of Picton Blue #4D94DB

Tints of Picton Blue #4D94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.33%

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

R = 17.34%
G = 33.33%
B = 49.32%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D94DB (or 0x4D94DB) is known color: Picton Blue. HEX triplet: 4D, 94 and DB. RGB value is (77,148,219). Sum of RGB (Red+Green+Blue) = 77+148+219=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 148 (58.20% from 255 or 33.33% 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 #4D94DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D94DB is #B26B24. Grayscale: #868686. Windows color (decimal): -11692837 or 14390349. OLE color: 14390349.

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

Color convert

RGB 77 148 219 -
CMYK 0.65 0.32 0 0.14
HSL 210º 0.66% 0.58% -
HSV(B) 210º 0.65% 0.86% -
XYZ 26.44 27.87 71 -
YUV 134.87 175.48 86.73 -
System Red Green Blue C M Y K H S L
Decimal 77 148 219 0.65 0.32 0 0.14 210 0.66 0.58
Hex 4D 94 DB 41 20 0 E D2 42 3A
Octal 115 224 333 101 40 0 16 322 102 72
Binary 1001101 10010100 11011011 1000001 100000 0 1110 11010010 1000010 111010

Color Harmonies of #4D94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D94DB

Black with #4D94DB

Text Example


Text Example

White with #4D94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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