#4FBFFF

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

Shades of Maya Blue #4FBFFF

Tints of Maya Blue #4FBFFF

Color information

#4FBFFF (or 0x4FBFFF) is unknown color: approx Maya Blue. HEX triplet: 4F, BF and FF. RGB value is (79,191,255). Sum of RGB (Red+Green+Blue) = 79+191+255=525 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.05% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBFFF is #B04000. Grayscale: #A4A4A4. Windows color (decimal): -11550721 or 16760655. OLE color: 16760655.

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

Color convert

RGB79191255-
CMYK0.690.2500
HSL201.82º100%65.49%-
HSV(B)201.82º69.02%100%-
XYZ39.9146.14101.41-
YUV164.81178.8966.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.05%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 255 (100% from 255) = 48.57%
R=15.05%
G=36.38%
B=48.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal791912550.690.2500201.8210065.49
Hex4FBFFF451900ca6441
Octal1172773771053100312144101
Binary10011111011111111111111100010111001001100101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,191,255); }

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

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

 a { background-color: rgb(79,191,255); }

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

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

 span { border-color: rgb(79,191,255); }

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