Html Css Color HEX #4990DF Picton Blue

📋 copy color: '#4990DF'

red 73 ◦ green 144 ◦ blue 223

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

Shades of Picton Blue #4990DF

Tints of Picton Blue #4990DF

RGB

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

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

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

R = 16.59%
G = 32.73%
B = 50.68%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4990DF (or 0x4990DF) is known color: Picton Blue. HEX triplet: 49, 90 and DF. RGB value is (73,144,223). Sum of RGB (Red+Green+Blue) = 73+144+223=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #4990DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4990DF is #B66F20. Grayscale: #838383. Windows color (decimal): -11956001 or 14651465. OLE color: 14651465.

HSL color Cylindrical-coordinate representation of color #4990DF: hue angle of 211.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4990DF is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 144 223 -
CMYK 0.67 0.35 0 0.13
HSL 211.6º 0.7% 0.58% -
HSV(B) 211.6º 0.67% 0.87% -
XYZ 26.04 26.69 73.59 -
YUV 131.78 179.48 86.08 -
System Red Green Blue C M Y K H S L
Decimal 73 144 223 0.67 0.35 0 0.13 211.6 0.7 0.58
Hex 49 90 DF 43 23 0 D D4 46 3A
Octal 111 220 337 103 43 0 15 324 106 72
Binary 1001001 10010000 11011111 1000011 100011 0 1101 11010100 1000110 111010

Color Harmonies of #4990DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4990DF

Black with #4990DF

Text Example


Text Example

White with #4990DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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