Html Css Color HEX #49A1CC Picton Blue

📋 copy color: '#49A1CC'

red 73 ◦ green 161 ◦ blue 204

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

Shades of Picton Blue #49A1CC

Tints of Picton Blue #49A1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 16.67%
G = 36.76%
B = 46.58%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#49A1CC (or 0x49A1CC) is known color: Picton Blue. HEX triplet: 49, A1 and CC. RGB value is (73,161,204). Sum of RGB (Red+Green+Blue) = 73+161+204=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #49A1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A1CC is #B65E33. Grayscale: #8B8B8B. Windows color (decimal): -11951668 or 13410633. OLE color: 13410633.

HSL color Cylindrical-coordinate representation of color #49A1CC: hue angle of 199.69º 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 #49A1CC is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 161 204 -
CMYK 0.64 0.21 0 0.2
HSL 199.69º 0.56% 0.54% -
HSV(B) 199.69º 0.64% 0.8% -
XYZ 26.39 31.27 61.77 -
YUV 139.59 164.35 80.5 -
System Red Green Blue C M Y K H S L
Decimal 73 161 204 0.64 0.21 0 0.2 199.69 0.56 0.54
Hex 49 A1 CC 40 15 0 14 C8 38 36
Octal 111 241 314 100 25 0 24 310 70 66
Binary 1001001 10100001 11001100 1000000 10101 0 10100 11001000 111000 110110

Color Harmonies of #49A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A1CC

Black with #49A1CC

Text Example


Text Example

White with #49A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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