Html Css Color HEX #498EDB Picton Blue

📋 copy color: '#498EDB'

red 73 ◦ green 142 ◦ blue 219

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

Shades of Picton Blue #498EDB

Tints of Picton Blue #498EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.72%

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

R = 16.82%
G = 32.72%
B = 50.46%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#498EDB (or 0x498EDB) is known color: Picton Blue. HEX triplet: 49, 8E and DB. RGB value is (73,142,219). Sum of RGB (Red+Green+Blue) = 73+142+219=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #498EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498EDB is #B67124. Grayscale: #818181. Windows color (decimal): -11956517 or 14388809. OLE color: 14388809.

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

Color convert

RGB 73 142 219 -
CMYK 0.67 0.35 0 0.14
HSL 211.64º 0.67% 0.57% -
HSV(B) 211.64º 0.67% 0.86% -
XYZ 25.21 25.88 70.68 -
YUV 130.15 178.14 87.24 -
System Red Green Blue C M Y K H S L
Decimal 73 142 219 0.67 0.35 0 0.14 211.64 0.67 0.57
Hex 49 8E DB 43 23 0 E D4 43 39
Octal 111 216 333 103 43 0 16 324 103 71
Binary 1001001 10001110 11011011 1000011 100011 0 1110 11010100 1000011 111001

Color Harmonies of #498EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498EDB

Black with #498EDB

Text Example


Text Example

White with #498EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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