Html Css Color HEX #499EDB Picton Blue

📋 copy color: '#499EDB'

red 73 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #499EDB

Tints of Picton Blue #499EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.11%

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

R = 16.22%
G = 35.11%
B = 48.67%

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

#499EDB (or 0x499EDB) is known color: Picton Blue. HEX triplet: 49, 9E and DB. RGB value is (73,158,219). Sum of RGB (Red+Green+Blue) = 73+158+219=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #499EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499EDB is #B66124. Grayscale: #8B8B8B. Windows color (decimal): -11952421 or 14392905. OLE color: 14392905.

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

Color convert

RGB 73 158 219 -
CMYK 0.67 0.28 0 0.14
HSL 205.07º 0.67% 0.57% -
HSV(B) 205.07º 0.67% 0.86% -
XYZ 27.76 30.98 71.54 -
YUV 139.54 172.84 80.54 -
System Red Green Blue C M Y K H S L
Decimal 73 158 219 0.67 0.28 0 0.14 205.07 0.67 0.57
Hex 49 9E DB 43 1C 0 E CD 43 39
Octal 111 236 333 103 34 0 16 315 103 71
Binary 1001001 10011110 11011011 1000011 11100 0 1110 11001101 1000011 111001

Color Harmonies of #499EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EDB

Black with #499EDB

Text Example


Text Example

White with #499EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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