Html Css Color HEX #499DDB Picton Blue

📋 copy color: '#499DDB'

red 73 ◦ green 157 ◦ blue 219

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

Shades of Picton Blue #499DDB

Tints of Picton Blue #499DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.97%

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

R = 16.26%
G = 34.97%
B = 48.78%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#499DDB (or 0x499DDB) is known color: Picton Blue. HEX triplet: 49, 9D and DB. RGB value is (73,157,219). Sum of RGB (Red+Green+Blue) = 73+157+219=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #499DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DDB is #B66224. Grayscale: #8A8A8A. Windows color (decimal): -11952677 or 14392649. OLE color: 14392649.

HSL color Cylindrical-coordinate representation of color #499DDB: hue angle of 205.48º 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 #499DDB is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 157 219 -
CMYK 0.67 0.28 0 0.14
HSL 205.48º 0.67% 0.57% -
HSV(B) 205.48º 0.67% 0.86% -
XYZ 27.59 30.64 71.48 -
YUV 138.95 173.17 80.96 -
System Red Green Blue C M Y K H S L
Decimal 73 157 219 0.67 0.28 0 0.14 205.48 0.67 0.57
Hex 49 9D DB 43 1C 0 E CD 43 39
Octal 111 235 333 103 34 0 16 315 103 71
Binary 1001001 10011101 11011011 1000011 11100 0 1110 11001101 1000011 111001

Color Harmonies of #499DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DDB

Black with #499DDB

Text Example


Text Example

White with #499DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499DDB; }

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

 H1.HeaderClassName
 {
   color: #499DDB;
 }
 .AnyTagClassName
 {
   color: #499DDB;
 }
</style>

background-color css

<style>
 a { background-color: #499DDB; }

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

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

border-color css

<style>
 span { border-color: #499DDB; }

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

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