Html Css Color HEX #499DDD Picton Blue

📋 copy color: '#499DDD'

red 73 ◦ green 157 ◦ blue 221

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

Shades of Picton Blue #499DDD

Tints of Picton Blue #499DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.81%

 BLUE value IS 221 (86.72% from 255) = 49%

R = 16.19%
G = 34.81%
B = 49%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#499DDD (or 0x499DDD) is known color: Picton Blue. HEX triplet: 49, 9D and DD. RGB value is (73,157,221). Sum of RGB (Red+Green+Blue) = 73+157+221=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #499DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DDD is #B66222. Grayscale: #8A8A8A. Windows color (decimal): -11952675 or 14523721. OLE color: 14523721.

HSL color Cylindrical-coordinate representation of color #499DDD: hue angle of 205.95º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499DDD is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 157 221 -
CMYK 0.67 0.29 0 0.13
HSL 205.95º 0.69% 0.58% -
HSV(B) 205.95º 0.67% 0.87% -
XYZ 27.86 30.75 72.87 -
YUV 139.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 73 157 221 0.67 0.29 0 0.13 205.95 0.69 0.58
Hex 49 9D DD 43 1D 0 D CE 45 3A
Octal 111 235 335 103 35 0 15 316 105 72
Binary 1001001 10011101 11011101 1000011 11101 0 1101 11001110 1000101 111010

Color Harmonies of #499DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DDD

Black with #499DDD

Text Example


Text Example

White with #499DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,157,221); }

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

background-color css

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

 a { background-color: rgb(73,157,221); }

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

border-color css

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

 span { border-color: rgb(73,157,221); }

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