Html Css Color HEX #4D95DC Picton Blue

📋 copy color: '#4D95DC'

red 77 ◦ green 149 ◦ blue 220

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

Shades of Picton Blue #4D95DC

Tints of Picton Blue #4D95DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 17.26%
G = 33.41%
B = 49.33%

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

#4D95DC (or 0x4D95DC) is known color: Picton Blue. HEX triplet: 4D, 95 and DC. RGB value is (77,149,220). Sum of RGB (Red+Green+Blue) = 77+149+220=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D95DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D95DC is #B26A23. Grayscale: #878787. Windows color (decimal): -11692580 or 14456141. OLE color: 14456141.

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

Color convert

RGB 77 149 220 -
CMYK 0.65 0.32 0 0.14
HSL 209.79º 0.67% 0.58% -
HSV(B) 209.79º 0.65% 0.86% -
XYZ 26.73 28.24 71.75 -
YUV 135.57 175.65 86.23 -
System Red Green Blue C M Y K H S L
Decimal 77 149 220 0.65 0.32 0 0.14 209.79 0.67 0.58
Hex 4D 95 DC 41 20 0 E D2 43 3A
Octal 115 225 334 101 40 0 16 322 103 72
Binary 1001101 10010101 11011100 1000001 100000 0 1110 11010010 1000011 111010

Color Harmonies of #4D95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D95DC

Black with #4D95DC

Text Example


Text Example

White with #4D95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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