Html Css Color HEX #4D9EDD Picton Blue

📋 copy color: '#4D9EDD'

red 77 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #4D9EDD

Tints of Picton Blue #4D9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.65%

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

R = 16.89%
G = 34.65%
B = 48.46%

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

#4D9EDD (or 0x4D9EDD) is known color: Picton Blue. HEX triplet: 4D, 9E and DD. RGB value is (77,158,221). Sum of RGB (Red+Green+Blue) = 77+158+221=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D9EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9EDD is #B26122. Grayscale: #8C8C8C. Windows color (decimal): -11690275 or 14523981. OLE color: 14523981.

HSL color Cylindrical-coordinate representation of color #4D9EDD: hue angle of 206.25º 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 #4D9EDD is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 158 221 -
CMYK 0.65 0.29 0 0.13
HSL 206.25º 0.68% 0.58% -
HSV(B) 206.25º 0.65% 0.87% -
XYZ 28.34 31.25 72.95 -
YUV 140.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 77 158 221 0.65 0.29 0 0.13 206.25 0.68 0.58
Hex 4D 9E DD 41 1D 0 D CE 44 3A
Octal 115 236 335 101 35 0 15 316 104 72
Binary 1001101 10011110 11011101 1000001 11101 0 1101 11001110 1000100 111010

Color Harmonies of #4D9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9EDD

Black with #4D9EDD

Text Example


Text Example

White with #4D9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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