Html Css Color HEX #4D95DB Picton Blue

📋 copy color: '#4D95DB'

red 77 ◦ green 149 ◦ blue 219

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

Shades of Picton Blue #4D95DB

Tints of Picton Blue #4D95DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.48%

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

R = 17.3%
G = 33.48%
B = 49.21%

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

#4D95DB (or 0x4D95DB) is known color: Picton Blue. HEX triplet: 4D, 95 and DB. RGB value is (77,149,219). Sum of RGB (Red+Green+Blue) = 77+149+219=445 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.30% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D95DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D95DB is #B26A24. Grayscale: #878787. Windows color (decimal): -11692581 or 14390605. OLE color: 14390605.

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

Color convert

RGB 77 149 219 -
CMYK 0.65 0.32 0 0.14
HSL 209.58º 0.66% 0.58% -
HSV(B) 209.58º 0.65% 0.86% -
XYZ 26.59 28.19 71.06 -
YUV 135.45 175.15 86.31 -
System Red Green Blue C M Y K H S L
Decimal 77 149 219 0.65 0.32 0 0.14 209.58 0.66 0.58
Hex 4D 95 DB 41 20 0 E D2 42 3A
Octal 115 225 333 101 40 0 16 322 102 72
Binary 1001101 10010101 11011011 1000001 100000 0 1110 11010010 1000010 111010

Color Harmonies of #4D95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D95DB

Black with #4D95DB

Text Example


Text Example

White with #4D95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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