Html Css Color HEX #498DDB Picton Blue

📋 copy color: '#498DDB'

red 73 ◦ green 141 ◦ blue 219

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

Shades of Picton Blue #498DDB

Tints of Picton Blue #498DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.56%

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

R = 16.86%
G = 32.56%
B = 50.58%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#498DDB (or 0x498DDB) is known color: Picton Blue. HEX triplet: 49, 8D and DB. RGB value is (73,141,219). Sum of RGB (Red+Green+Blue) = 73+141+219=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #498DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DDB is #B67224. Grayscale: #818181. Windows color (decimal): -11956773 or 14388553. OLE color: 14388553.

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

Color convert

RGB 73 141 219 -
CMYK 0.67 0.36 0 0.14
HSL 212.05º 0.67% 0.57% -
HSV(B) 212.05º 0.67% 0.86% -
XYZ 25.06 25.58 70.63 -
YUV 129.56 178.47 87.66 -
System Red Green Blue C M Y K H S L
Decimal 73 141 219 0.67 0.36 0 0.14 212.05 0.67 0.57
Hex 49 8D DB 43 24 0 E D4 43 39
Octal 111 215 333 103 44 0 16 324 103 71
Binary 1001001 10001101 11011011 1000011 100100 0 1110 11010100 1000011 111001

Color Harmonies of #498DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498DDB

Black with #498DDB

Text Example


Text Example

White with #498DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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