#4BBFFF

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

Shades of Maya Blue #4BBFFF

Tints of Maya Blue #4BBFFF

Color information

#4BBFFF (or 0x4BBFFF) is unknown color: approx Maya Blue. HEX triplet: 4B, BF and FF. RGB value is (75,191,255). Sum of RGB (Red+Green+Blue) = 75+191+255=521 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.40% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BBFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BBFFF is #B44000. Grayscale: #A3A3A3. Windows color (decimal): -11812865 or 16760651. OLE color: 16760651.

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

Color convert

RGB75191255-
CMYK0.710.2500
HSL201.33º100%64.71%-
HSV(B)201.33º70.59%100%-
XYZ39.5845.98101.4-
YUV163.61179.5764.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.40%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 255 (100% from 255) = 48.94%
R=14.40%
G=36.66%
B=48.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal751912550.710.2500201.3310064.71
Hex4BBFFF471900c96441
Octal1132773771073100311144101
Binary10010111011111111111111100011111001001100100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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