Html Css Color HEX #4D90DF Picton Blue

📋 copy color: '#4D90DF'

red 77 ◦ green 144 ◦ blue 223

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

Shades of Picton Blue #4D90DF

Tints of Picton Blue #4D90DF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.43%

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

R = 17.34%
G = 32.43%
B = 50.23%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D90DF (or 0x4D90DF) is known color: Picton Blue. HEX triplet: 4D, 90 and DF. RGB value is (77,144,223). Sum of RGB (Red+Green+Blue) = 77+144+223=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D90DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D90DF is #B26F20. Grayscale: #848484. Windows color (decimal): -11693857 or 14651469. OLE color: 14651469.

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

Color convert

RGB 77 144 223 -
CMYK 0.65 0.35 0 0.13
HSL 212.47º 0.7% 0.59% -
HSV(B) 212.47º 0.65% 0.87% -
XYZ 26.35 26.85 73.61 -
YUV 132.97 178.8 88.08 -
System Red Green Blue C M Y K H S L
Decimal 77 144 223 0.65 0.35 0 0.13 212.47 0.7 0.59
Hex 4D 90 DF 41 23 0 D D4 46 3B
Octal 115 220 337 101 43 0 15 324 106 73
Binary 1001101 10010000 11011111 1000001 100011 0 1101 11010100 1000110 111011

Color Harmonies of #4D90DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D90DF

Black with #4D90DF

Text Example


Text Example

White with #4D90DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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