#4BC4FD

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

Shades of Maya Blue #4BC4FD

Tints of Maya Blue #4BC4FD

Color information

#4BC4FD (or 0x4BC4FD) is unknown color: approx Maya Blue. HEX triplet: 4B, C4 and FD. RGB value is (75,196,253). Sum of RGB (Red+Green+Blue) = 75+196+253=524 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.31% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BC4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BC4FD is #B43B02. Grayscale: #A5A5A5. Windows color (decimal): -11811587 or 16630859. OLE color: 16630859.

HSL color Cylindrical-coordinate representation of color #4BC4FD: hue angle of 199.21º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BC4FD is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB75196253-
CMYK0.700.2300.01
HSL199.21º97.8%64.31%-
HSV(B)199.21º70.36%99.22%-
XYZ40.3748.07100.08-
YUV166.32176.9162.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.31%
GREEN value IS 196 (76.95% from 255) = 37.40%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=14.31%
G=37.40%
B=48.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal751962530.700.2300.01199.2197.864.31
Hex4BC4FD461701c76240
Octal1133043751062701307142100
Binary10010111100010011111101100011010111011100011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,196,253); }

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

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

 a { background-color: rgb(75,196,253); }

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

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

 span { border-color: rgb(75,196,253); }

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