Html Css Color HEX #49A2CF Picton Blue

📋 copy color: '#49A2CF'

red 73 ◦ green 162 ◦ blue 207

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

Shades of Picton Blue #49A2CF

Tints of Picton Blue #49A2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.65%

 BLUE value IS 207 (81.25% from 255) = 46.83%

R = 16.52%
G = 36.65%
B = 46.83%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#49A2CF (or 0x49A2CF) is known color: Picton Blue. HEX triplet: 49, A2 and CF. RGB value is (73,162,207). Sum of RGB (Red+Green+Blue) = 73+162+207=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #49A2CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A2CF is #B65D30. Grayscale: #8C8C8C. Windows color (decimal): -11951409 or 13607497. OLE color: 13607497.

HSL color Cylindrical-coordinate representation of color #49A2CF: hue angle of 200.15º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49A2CF is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 162 207 -
CMYK 0.65 0.22 0 0.19
HSL 200.15º 0.58% 0.55% -
HSV(B) 200.15º 0.65% 0.81% -
XYZ 26.93 31.76 63.74 -
YUV 140.52 165.51 79.84 -
System Red Green Blue C M Y K H S L
Decimal 73 162 207 0.65 0.22 0 0.19 200.15 0.58 0.55
Hex 49 A2 CF 41 16 0 13 C8 3A 37
Octal 111 242 317 101 26 0 23 310 72 67
Binary 1001001 10100010 11001111 1000001 10110 0 10011 11001000 111010 110111

Color Harmonies of #49A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A2CF

Black with #49A2CF

Text Example


Text Example

White with #49A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,162,207); }

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

background-color css

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

 a { background-color: rgb(73,162,207); }

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

border-color css

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

 span { border-color: rgb(73,162,207); }

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