Html Css Color HEX #4D95CE Picton Blue

📋 copy color: '#4D95CE'

red 77 ◦ green 149 ◦ blue 206

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

Shades of Picton Blue #4D95CE

Tints of Picton Blue #4D95CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 17.82%
G = 34.49%
B = 47.69%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D95CE (or 0x4D95CE) is known color: Picton Blue. HEX triplet: 4D, 95 and CE. RGB value is (77,149,206). Sum of RGB (Red+Green+Blue) = 77+149+206=432 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.82% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D95CE is #B26A31. Grayscale: #858585. Windows color (decimal): -11692594 or 13538637. OLE color: 13538637.

HSL color Cylindrical-coordinate representation of color #4D95CE: hue angle of 206.51º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D95CE is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 149 206 -
CMYK 0.63 0.28 0 0.19
HSL 206.51º 0.57% 0.55% -
HSV(B) 206.51º 0.63% 0.81% -
XYZ 24.95 27.53 62.39 -
YUV 133.97 168.65 87.37 -
System Red Green Blue C M Y K H S L
Decimal 77 149 206 0.63 0.28 0 0.19 206.51 0.57 0.55
Hex 4D 95 CE 3F 1C 0 13 CF 39 37
Octal 115 225 316 77 34 0 23 317 71 67
Binary 1001101 10010101 11001110 111111 11100 0 10011 11001111 111001 110111

Color Harmonies of #4D95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D95CE

Black with #4D95CE

Text Example


Text Example

White with #4D95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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