Html Css Color HEX #4E90DD Picton Blue

📋 copy color: '#4E90DD'

red 78 ◦ green 144 ◦ blue 221

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

Shades of Picton Blue #4E90DD

Tints of Picton Blue #4E90DD

RGB

 RED value IS 78 (30.86% from 255) = 17.61%

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

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

R = 17.61%
G = 32.51%
B = 49.89%

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

#4E90DD (or 0x4E90DD) is known color: Picton Blue. HEX triplet: 4E, 90 and DD. RGB value is (78,144,221). Sum of RGB (Red+Green+Blue) = 78+144+221=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E90DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E90DD is #B16F22. Grayscale: #848484. Windows color (decimal): -11628323 or 14520398. OLE color: 14520398.

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

Color convert

RGB 78 144 221 -
CMYK 0.65 0.35 0 0.13
HSL 212.31º 0.68% 0.59% -
HSV(B) 212.31º 0.65% 0.87% -
XYZ 26.17 26.79 72.2 -
YUV 133.04 177.63 88.74 -
System Red Green Blue C M Y K H S L
Decimal 78 144 221 0.65 0.35 0 0.13 212.31 0.68 0.59
Hex 4E 90 DD 41 23 0 D D4 44 3B
Octal 116 220 335 101 43 0 15 324 104 73
Binary 1001110 10010000 11011101 1000001 100011 0 1101 11010100 1000100 111011

Color Harmonies of #4E90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E90DD

Black with #4E90DD

Text Example


Text Example

White with #4E90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,144,221); }

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

background-color css

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

 a { background-color: rgb(78,144,221); }

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

border-color css

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

 span { border-color: rgb(78,144,221); }

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