Html Css Color HEX #49CCFF Maya Blue

📋 copy color: '#49CCFF'

red 73 ◦ green 204 ◦ blue 255

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

Shades of Maya Blue #49CCFF

Tints of Maya Blue #49CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

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

R = 13.72%
G = 38.35%
B = 47.93%

CMYK

 C value IS 0.71

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49CCFF (or 0x49CCFF) is known color: Maya Blue. HEX triplet: 49, CC and FF. RGB value is (73,204,255). Sum of RGB (Red+Green+Blue) = 73+204+255=532 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.72% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #49CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CCFF is #B63300. Grayscale: #AAAAAA. Windows color (decimal): -11940609 or 16763977. OLE color: 16763977.

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

Color convert

RGB 73 204 255 -
CMYK 0.71 0.2 0 0
HSL 196.81º 1% 0.64% -
HSV(B) 196.81º 0.71% 1% -
XYZ 42.39 51.82 102.38 -
YUV 170.65 175.6 58.35 -
System Red Green Blue C M Y K H S L
Decimal 73 204 255 0.71 0.2 0 0 196.81 1 0.64
Hex 49 CC FF 47 14 0 0 C5 64 40
Octal 111 314 377 107 24 0 0 305 144 100
Binary 1001001 11001100 11111111 1000111 10100 0 0 11000101 1100100 1000000

Color Harmonies of #49CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CCFF

Black with #49CCFF

Text Example


Text Example

White with #49CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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