Html Css Color HEX #4CBCFF Maya Blue

📋 copy color: '#4CBCFF'

red 76 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #4CBCFF

Tints of Maya Blue #4CBCFF

RGB

 RED value IS 76 (30.08% from 255) = 14.64%

 GREEN value IS 188 (73.83% from 255) = 36.22%

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

R = 14.64%
G = 36.22%
B = 49.13%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CBCFF (or 0x4CBCFF) is known color: Maya Blue. HEX triplet: 4C, BC and FF. RGB value is (76,188,255). Sum of RGB (Red+Green+Blue) = 76+188+255=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBCFF is #B34300. Grayscale: #A1A1A1. Windows color (decimal): -11748097 or 16759884. OLE color: 16759884.

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

Color convert

RGB 76 188 255 -
CMYK 0.70 0.26 0 0
HSL 202.46º 1% 0.65% -
HSV(B) 202.46º 0.7% 1% -
XYZ 39.01 44.72 101.18 -
YUV 162.15 180.39 66.55 -
System Red Green Blue C M Y K H S L
Decimal 76 188 255 0.70 0.26 0 0 202.46 1 0.65
Hex 4C BC FF 46 1A 0 0 CA 64 41
Octal 114 274 377 106 32 0 0 312 144 101
Binary 1001100 10111100 11111111 1000110 11010 0 0 11001010 1100100 1000001

Color Harmonies of #4CBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBCFF

Black with #4CBCFF

Text Example


Text Example

White with #4CBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,188,255); }

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

background-color css

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

 a { background-color: rgb(76,188,255); }

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

border-color css

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

 span { border-color: rgb(76,188,255); }

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