Html Css Color HEX #4FBAFF Maya Blue

📋 copy color: '#4FBAFF'

red 79 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #4FBAFF

Tints of Maya Blue #4FBAFF

RGB

 RED value IS 79 (31.25% from 255) = 15.19%

 GREEN value IS 186 (73.05% from 255) = 35.77%

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

R = 15.19%
G = 35.77%
B = 49.04%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FBAFF (or 0x4FBAFF) is known color: Maya Blue. HEX triplet: 4F, BA and FF. RGB value is (79,186,255). Sum of RGB (Red+Green+Blue) = 79+186+255=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBAFF is #B04500. Grayscale: #A1A1A1. Windows color (decimal): -11552001 or 16759375. OLE color: 16759375.

HSL color Cylindrical-coordinate representation of color #4FBAFF: hue angle of 203.52º 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 #4FBAFF is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 186 255 -
CMYK 0.69 0.27 0 0
HSL 203.52º 1% 0.65% -
HSV(B) 203.52º 0.69% 1% -
XYZ 38.83 44 101.05 -
YUV 161.87 180.55 68.89 -
System Red Green Blue C M Y K H S L
Decimal 79 186 255 0.69 0.27 0 0 203.52 1 0.65
Hex 4F BA FF 45 1B 0 0 CC 64 41
Octal 117 272 377 105 33 0 0 314 144 101
Binary 1001111 10111010 11111111 1000101 11011 0 0 11001100 1100100 1000001

Color Harmonies of #4FBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBAFF

Black with #4FBAFF

Text Example


Text Example

White with #4FBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4FBAFF;
 }
 .AnyTagClassName
 {
   color: #4FBAFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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