Html Css Color HEX #4D9CDD Picton Blue

📋 copy color: '#4D9CDD'

red 77 ◦ green 156 ◦ blue 221

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

Shades of Picton Blue #4D9CDD

Tints of Picton Blue #4D9CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.36%

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 16.96%
G = 34.36%
B = 48.68%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D9CDD (or 0x4D9CDD) is known color: Picton Blue. HEX triplet: 4D, 9C and DD. RGB value is (77,156,221). Sum of RGB (Red+Green+Blue) = 77+156+221=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D9CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9CDD is #B26322. Grayscale: #8B8B8B. Windows color (decimal): -11690787 or 14523469. OLE color: 14523469.

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

Color convert

RGB 77 156 221 -
CMYK 0.65 0.29 0 0.13
HSL 207.08º 0.68% 0.58% -
HSV(B) 207.08º 0.65% 0.87% -
XYZ 28 30.58 72.83 -
YUV 139.79 173.83 83.21 -
System Red Green Blue C M Y K H S L
Decimal 77 156 221 0.65 0.29 0 0.13 207.08 0.68 0.58
Hex 4D 9C DD 41 1D 0 D CF 44 3A
Octal 115 234 335 101 35 0 15 317 104 72
Binary 1001101 10011100 11011101 1000001 11101 0 1101 11001111 1000100 111010

Color Harmonies of #4D9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9CDD

Black with #4D9CDD

Text Example


Text Example

White with #4D9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,156,221); }

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

background-color css

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

 a { background-color: rgb(77,156,221); }

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

border-color css

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

 span { border-color: rgb(77,156,221); }

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