Html Css Color HEX #498EDC Picton Blue

📋 copy color: '#498EDC'

red 73 ◦ green 142 ◦ blue 220

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

Shades of Picton Blue #498EDC

Tints of Picton Blue #498EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 16.78%
G = 32.64%
B = 50.57%

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

#498EDC (or 0x498EDC) is known color: Picton Blue. HEX triplet: 49, 8E and DC. RGB value is (73,142,220). Sum of RGB (Red+Green+Blue) = 73+142+220=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #498EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498EDC is #B67123. Grayscale: #818181. Windows color (decimal): -11956516 or 14454345. OLE color: 14454345.

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

Color convert

RGB 73 142 220 -
CMYK 0.67 0.35 0 0.14
HSL 211.84º 0.68% 0.57% -
HSV(B) 211.84º 0.67% 0.86% -
XYZ 25.34 25.93 71.38 -
YUV 130.26 178.64 87.16 -
System Red Green Blue C M Y K H S L
Decimal 73 142 220 0.67 0.35 0 0.14 211.84 0.68 0.57
Hex 49 8E DC 43 23 0 E D4 44 39
Octal 111 216 334 103 43 0 16 324 104 71
Binary 1001001 10001110 11011100 1000011 100011 0 1110 11010100 1000100 111001

Color Harmonies of #498EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498EDC

Black with #498EDC

Text Example


Text Example

White with #498EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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