Html Css Color HEX #49A1DC Picton Blue

📋 copy color: '#49A1DC'

red 73 ◦ green 161 ◦ blue 220

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

Shades of Picton Blue #49A1DC

Tints of Picton Blue #49A1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.46%

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

R = 16.08%
G = 35.46%
B = 48.46%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49A1DC (or 0x49A1DC) is known color: Picton Blue. HEX triplet: 49, A1 and DC. RGB value is (73,161,220). Sum of RGB (Red+Green+Blue) = 73+161+220=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #49A1DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A1DC is #B65E23. Grayscale: #8D8D8D. Windows color (decimal): -11951652 or 14459209. OLE color: 14459209.

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

Color convert

RGB 73 161 220 -
CMYK 0.67 0.27 0 0.14
HSL 204.08º 0.68% 0.57% -
HSV(B) 204.08º 0.67% 0.86% -
XYZ 28.41 32.07 72.4 -
YUV 141.41 172.35 79.2 -
System Red Green Blue C M Y K H S L
Decimal 73 161 220 0.67 0.27 0 0.14 204.08 0.68 0.57
Hex 49 A1 DC 43 1B 0 E CC 44 39
Octal 111 241 334 103 33 0 16 314 104 71
Binary 1001001 10100001 11011100 1000011 11011 0 1110 11001100 1000100 111001

Color Harmonies of #49A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A1DC

Black with #49A1DC

Text Example


Text Example

White with #49A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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