Html Css Color HEX #4999DB Picton Blue

📋 copy color: '#4999DB'

red 73 ◦ green 153 ◦ blue 219

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

Shades of Picton Blue #4999DB

Tints of Picton Blue #4999DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.38%

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 16.4%
G = 34.38%
B = 49.21%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4999DB (or 0x4999DB) is known color: Picton Blue. HEX triplet: 49, 99 and DB. RGB value is (73,153,219). Sum of RGB (Red+Green+Blue) = 73+153+219=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #4999DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4999DB is #B66624. Grayscale: #888888. Windows color (decimal): -11953701 or 14391625. OLE color: 14391625.

HSL color Cylindrical-coordinate representation of color #4999DB: hue angle of 207.12º degrees, saturation: 0.67, 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 #4999DB is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 153 219 -
CMYK 0.67 0.30 0 0.14
HSL 207.12º 0.67% 0.57% -
HSV(B) 207.12º 0.67% 0.86% -
XYZ 26.93 29.31 71.26 -
YUV 136.6 174.5 82.63 -
System Red Green Blue C M Y K H S L
Decimal 73 153 219 0.67 0.30 0 0.14 207.12 0.67 0.57
Hex 49 99 DB 43 1E 0 E CF 43 39
Octal 111 231 333 103 36 0 16 317 103 71
Binary 1001001 10011001 11011011 1000011 11110 0 1110 11001111 1000011 111001

Color Harmonies of #4999DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4999DB

Black with #4999DB

Text Example


Text Example

White with #4999DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4999DB; }

 p { color: rgb(73,153,219); }

 H1.HeaderClassName
 {
   color: #4999DB;
 }
 .AnyTagClassName
 {
   color: #4999DB;
 }
</style>

background-color css

<style>
 a { background-color: #4999DB; }

 a { background-color: rgb(73,153,219); }

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

border-color css

<style>
 span { border-color: #4999DB; }

 span { border-color: rgb(73,153,219); }

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