#4DCDFF

Color #4DCDFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #4DCDFF

Tints of Maya Blue #4DCDFF

Color information

#4DCDFF (or 0x4DCDFF) is unknown color: approx Maya Blue. HEX triplet: 4D, CD and FF. RGB value is (77,205,255). Sum of RGB (Red+Green+Blue) = 77+205+255=537 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.34% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DCDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCDFF is #B23200. Grayscale: #ACACAC. Windows color (decimal): -11678209 or 16764237. OLE color: 16764237.

HSL color Cylindrical-coordinate representation of color #4DCDFF: hue angle of 196.85º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DCDFF is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB77205255-
CMYK0.700.2000
HSL196.85º100%65.1%-
HSV(B)196.85º69.8%100%-
XYZ42.9452.46102.47-
YUV172.43174.5959.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.34%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 255 (100% from 255) = 47.49%
R=14.34%
G=38.18%
B=47.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal772052550.700.2000196.8510065.1
Hex4DCDFF461400c56441
Octal1153153771062400305144101
Binary10011011100110111111111100011010100001100010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DCDFF; }

 p { color: rgb(77,205,255); }

 H1.HeaderClassName
 {
   color: #4DCDFF;
 }
 .AnyTagClassName
 {
   color: #4DCDFF;
 }
</style>
background-color css

<style>
 a { background-color: #4DCDFF; }

 a { background-color: rgb(77,205,255); }

 div.DivClassName
 {
   background-color: #4DCDFF;
 }
 .BgClassName
 {
   background-color: #4DCDFF;
 }
</style>
border-color css

<style>
 span { border-color: #4DCDFF; }

 span { border-color: rgb(77,205,255); }

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