Html Css Color HEX #49CAFF Maya Blue

📋 copy color: '#49CAFF'

red 73 ◦ green 202 ◦ blue 255

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

Shades of Maya Blue #49CAFF

Tints of Maya Blue #49CAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.11%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 13.77%
G = 38.11%
B = 48.11%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49CAFF (or 0x49CAFF) is known color: Maya Blue. HEX triplet: 49, CA and FF. RGB value is (73,202,255). Sum of RGB (Red+Green+Blue) = 73+202+255=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #49CAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CAFF is #B63500. Grayscale: #A9A9A9. Windows color (decimal): -11941121 or 16763465. OLE color: 16763465.

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

Color convert

RGB 73 202 255 -
CMYK 0.71 0.21 0 0
HSL 197.47º 1% 0.64% -
HSV(B) 197.47º 0.71% 1% -
XYZ 41.92 50.88 102.22 -
YUV 169.47 176.26 59.19 -
System Red Green Blue C M Y K H S L
Decimal 73 202 255 0.71 0.21 0 0 197.47 1 0.64
Hex 49 CA FF 47 15 0 0 C5 64 40
Octal 111 312 377 107 25 0 0 305 144 100
Binary 1001001 11001010 11111111 1000111 10101 0 0 11000101 1100100 1000000

Color Harmonies of #49CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CAFF

Black with #49CAFF

Text Example


Text Example

White with #49CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,255); }

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

background-color css

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

 a { background-color: rgb(73,202,255); }

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

border-color css

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

 span { border-color: rgb(73,202,255); }

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