Html Css Color HEX #4D95DF Picton Blue

📋 copy color: '#4D95DF'

red 77 ◦ green 149 ◦ blue 223

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

Shades of Picton Blue #4D95DF

Tints of Picton Blue #4D95DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 17.15%
G = 33.18%
B = 49.67%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D95DF (or 0x4D95DF) is known color: Picton Blue. HEX triplet: 4D, 95 and DF. RGB value is (77,149,223). Sum of RGB (Red+Green+Blue) = 77+149+223=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D95DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D95DF is #B26A20. Grayscale: #878787. Windows color (decimal): -11692577 or 14652749. OLE color: 14652749.

HSL color Cylindrical-coordinate representation of color #4D95DF: hue angle of 210.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D95DF is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 149 223 -
CMYK 0.65 0.33 0 0.13
HSL 210.41º 0.7% 0.59% -
HSV(B) 210.41º 0.65% 0.87% -
XYZ 27.13 28.4 73.86 -
YUV 135.91 177.15 85.98 -
System Red Green Blue C M Y K H S L
Decimal 77 149 223 0.65 0.33 0 0.13 210.41 0.7 0.59
Hex 4D 95 DF 41 21 0 D D2 46 3B
Octal 115 225 337 101 41 0 15 322 106 73
Binary 1001101 10010101 11011111 1000001 100001 0 1101 11010010 1000110 111011

Color Harmonies of #4D95DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D95DF

Black with #4D95DF

Text Example


Text Example

White with #4D95DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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