Html Css Color HEX #499EDC Picton Blue

📋 copy color: '#499EDC'

red 73 ◦ green 158 ◦ blue 220

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

Shades of Picton Blue #499EDC

Tints of Picton Blue #499EDC

RGB

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

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

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

R = 16.19%
G = 35.03%
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

#499EDC (or 0x499EDC) is known color: Picton Blue. HEX triplet: 49, 9E and DC. RGB value is (73,158,220). Sum of RGB (Red+Green+Blue) = 73+158+220=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #499EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499EDC is #B66123. Grayscale: #8B8B8B. Windows color (decimal): -11952420 or 14458441. OLE color: 14458441.

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

Color convert

RGB 73 158 220 -
CMYK 0.67 0.28 0 0.14
HSL 205.31º 0.68% 0.57% -
HSV(B) 205.31º 0.67% 0.86% -
XYZ 27.89 31.04 72.23 -
YUV 139.65 173.34 80.46 -
System Red Green Blue C M Y K H S L
Decimal 73 158 220 0.67 0.28 0 0.14 205.31 0.68 0.57
Hex 49 9E DC 43 1C 0 E CD 44 39
Octal 111 236 334 103 34 0 16 315 104 71
Binary 1001001 10011110 11011100 1000011 11100 0 1110 11001101 1000100 111001

Color Harmonies of #499EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EDC

Black with #499EDC

Text Example


Text Example

White with #499EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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