Html Css Color HEX #4BC0FF Maya Blue

📋 copy color: '#4BC0FF'

red 75 ◦ green 192 ◦ blue 255

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

Shades of Maya Blue #4BC0FF

Tints of Maya Blue #4BC0FF

RGB

 RED value IS 75 (29.69% from 255) = 14.37%

 GREEN value IS 192 (75.39% from 255) = 36.78%

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

R = 14.37%
G = 36.78%
B = 48.85%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4BC0FF (or 0x4BC0FF) is known color: Maya Blue. HEX triplet: 4B, C0 and FF. RGB value is (75,192,255). Sum of RGB (Red+Green+Blue) = 75+192+255=522 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.37% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BC0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BC0FF is #B43F00. Grayscale: #A3A3A3. Windows color (decimal): -11812609 or 16760907. OLE color: 16760907.

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

Color convert

RGB 75 192 255 -
CMYK 0.71 0.25 0 0
HSL 201º 1% 0.65% -
HSV(B) 201º 0.71% 1% -
XYZ 39.8 46.42 101.47 -
YUV 164.2 179.24 64.38 -
System Red Green Blue C M Y K H S L
Decimal 75 192 255 0.71 0.25 0 0 201 1 0.65
Hex 4B C0 FF 47 19 0 0 C9 64 41
Octal 113 300 377 107 31 0 0 311 144 101
Binary 1001011 11000000 11111111 1000111 11001 0 0 11001001 1100100 1000001

Color Harmonies of #4BC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC0FF

Black with #4BC0FF

Text Example


Text Example

White with #4BC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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