Html Css Color HEX #49A0CB Picton Blue

📋 copy color: '#49A0CB'

red 73 ◦ green 160 ◦ blue 203

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

Shades of Picton Blue #49A0CB

Tints of Picton Blue #49A0CB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.7%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 16.74%
G = 36.7%
B = 46.56%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49A0CB (or 0x49A0CB) is known color: Picton Blue. HEX triplet: 49, A0 and CB. RGB value is (73,160,203). Sum of RGB (Red+Green+Blue) = 73+160+203=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #49A0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A0CB is #B65F34. Grayscale: #8A8A8A. Windows color (decimal): -11951925 or 13344841. OLE color: 13344841.

HSL color Cylindrical-coordinate representation of color #49A0CB: hue angle of 199.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49A0CB is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 160 203 -
CMYK 0.64 0.21 0 0.20
HSL 199.85º 0.56% 0.54% -
HSV(B) 199.85º 0.64% 0.8% -
XYZ 26.1 30.87 61.08 -
YUV 138.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 73 160 203 0.64 0.21 0 0.20 199.85 0.56 0.54
Hex 49 A0 CB 40 15 0 14 C8 38 36
Octal 111 240 313 100 25 0 24 310 70 66
Binary 1001001 10100000 11001011 1000000 10101 0 10100 11001000 111000 110110

Color Harmonies of #49A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A0CB

Black with #49A0CB

Text Example


Text Example

White with #49A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,160,203); }

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

background-color css

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

 a { background-color: rgb(73,160,203); }

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

border-color css

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

 span { border-color: rgb(73,160,203); }

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