Html Css Color HEX #49CEFF Maya Blue

📋 copy color: '#49CEFF'

red 73 ◦ green 206 ◦ blue 255

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

Shades of Maya Blue #49CEFF

Tints of Maya Blue #49CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

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

R = 13.67%
G = 38.58%
B = 47.75%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49CEFF (or 0x49CEFF) is known color: Maya Blue. HEX triplet: 49, CE and FF. RGB value is (73,206,255). Sum of RGB (Red+Green+Blue) = 73+206+255=534 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.67% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #49CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CEFF is #B63100. Grayscale: #ABABAB. Windows color (decimal): -11940097 or 16764489. OLE color: 16764489.

HSL color Cylindrical-coordinate representation of color #49CEFF: hue angle of 196.15º 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 #49CEFF is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 206 255 -
CMYK 0.71 0.19 0 0
HSL 196.15º 1% 0.64% -
HSV(B) 196.15º 0.71% 1% -
XYZ 42.87 52.78 102.54 -
YUV 171.82 174.94 57.52 -
System Red Green Blue C M Y K H S L
Decimal 73 206 255 0.71 0.19 0 0 196.15 1 0.64
Hex 49 CE FF 47 13 0 0 C4 64 40
Octal 111 316 377 107 23 0 0 304 144 100
Binary 1001001 11001110 11111111 1000111 10011 0 0 11000100 1100100 1000000

Color Harmonies of #49CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEFF

Black with #49CEFF

Text Example


Text Example

White with #49CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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