Html Css Color HEX #4D96CE Picton Blue

📋 copy color: '#4D96CE'

red 77 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #4D96CE

Tints of Picton Blue #4D96CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.64%

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

R = 17.78%
G = 34.64%
B = 47.58%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D96CE (or 0x4D96CE) is known color: Picton Blue. HEX triplet: 4D, 96 and CE. RGB value is (77,150,206). Sum of RGB (Red+Green+Blue) = 77+150+206=433 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.78% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D96CE is #B26931. Grayscale: #868686. Windows color (decimal): -11692338 or 13538893. OLE color: 13538893.

HSL color Cylindrical-coordinate representation of color #4D96CE: hue angle of 206.05º 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 #4D96CE is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 150 206 -
CMYK 0.63 0.27 0 0.19
HSL 206.05º 0.57% 0.55% -
HSV(B) 206.05º 0.63% 0.81% -
XYZ 25.11 27.85 62.44 -
YUV 134.56 168.32 86.95 -
System Red Green Blue C M Y K H S L
Decimal 77 150 206 0.63 0.27 0 0.19 206.05 0.57 0.55
Hex 4D 96 CE 3F 1B 0 13 CE 39 37
Octal 115 226 316 77 33 0 23 316 71 67
Binary 1001101 10010110 11001110 111111 11011 0 10011 11001110 111001 110111

Color Harmonies of #4D96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D96CE

Black with #4D96CE

Text Example


Text Example

White with #4D96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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