Html Css Color HEX #49A3DB Picton Blue

📋 copy color: '#49A3DB'

red 73 ◦ green 163 ◦ blue 219

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

Shades of Picton Blue #49A3DB

Tints of Picton Blue #49A3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.82%

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

R = 16.04%
G = 35.82%
B = 48.13%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49A3DB (or 0x49A3DB) is known color: Picton Blue. HEX triplet: 49, A3 and DB. RGB value is (73,163,219). Sum of RGB (Red+Green+Blue) = 73+163+219=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #49A3DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A3DB is #B65C24. Grayscale: #8E8E8E. Windows color (decimal): -11951141 or 14394185. OLE color: 14394185.

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

Color convert

RGB 73 163 219 -
CMYK 0.67 0.26 0 0.14
HSL 203.01º 0.67% 0.57% -
HSV(B) 203.01º 0.67% 0.86% -
XYZ 28.63 32.73 71.83 -
YUV 142.47 171.18 78.45 -
System Red Green Blue C M Y K H S L
Decimal 73 163 219 0.67 0.26 0 0.14 203.01 0.67 0.57
Hex 49 A3 DB 43 1A 0 E CB 43 39
Octal 111 243 333 103 32 0 16 313 103 71
Binary 1001001 10100011 11011011 1000011 11010 0 1110 11001011 1000011 111001

Color Harmonies of #49A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A3DB

Black with #49A3DB

Text Example


Text Example

White with #49A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49A3DB; }

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

 H1.HeaderClassName
 {
   color: #49A3DB;
 }
 .AnyTagClassName
 {
   color: #49A3DB;
 }
</style>

background-color css

<style>
 a { background-color: #49A3DB; }

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

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

border-color css

<style>
 span { border-color: #49A3DB; }

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

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