Html Css Color HEX #4990DC Picton Blue

📋 copy color: '#4990DC'

red 73 ◦ green 144 ◦ blue 220

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

Shades of Picton Blue #4990DC

Tints of Picton Blue #4990DC

RGB

 RED value IS 73 (28.91% from 255) = 16.7%

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

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 16.7%
G = 32.95%
B = 50.34%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4990DC (or 0x4990DC) is known color: Picton Blue. HEX triplet: 49, 90 and DC. RGB value is (73,144,220). Sum of RGB (Red+Green+Blue) = 73+144+220=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #4990DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4990DC is #B66F23. Grayscale: #838383. Windows color (decimal): -11956004 or 14454857. OLE color: 14454857.

HSL color Cylindrical-coordinate representation of color #4990DC: hue angle of 211.02º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4990DC is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 144 220 -
CMYK 0.67 0.35 0 0.14
HSL 211.02º 0.68% 0.57% -
HSV(B) 211.02º 0.67% 0.86% -
XYZ 25.64 26.53 71.48 -
YUV 131.44 177.98 86.32 -
System Red Green Blue C M Y K H S L
Decimal 73 144 220 0.67 0.35 0 0.14 211.02 0.68 0.57
Hex 49 90 DC 43 23 0 E D3 44 39
Octal 111 220 334 103 43 0 16 323 104 71
Binary 1001001 10010000 11011100 1000011 100011 0 1110 11010011 1000100 111001

Color Harmonies of #4990DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4990DC

Black with #4990DC

Text Example


Text Example

White with #4990DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4990DC; }

 p { color: rgb(73,144,220); }

 H1.HeaderClassName
 {
   color: #4990DC;
 }
 .AnyTagClassName
 {
   color: #4990DC;
 }
</style>

background-color css

<style>
 a { background-color: #4990DC; }

 a { background-color: rgb(73,144,220); }

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

border-color css

<style>
 span { border-color: #4990DC; }

 span { border-color: rgb(73,144,220); }

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