Html Css Color HEX #4CBDFF Maya Blue

📋 copy color: '#4CBDFF'

red 76 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #4CBDFF

Tints of Maya Blue #4CBDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.35%

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

R = 14.62%
G = 36.35%
B = 49.04%

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

#4CBDFF (or 0x4CBDFF) is known color: Maya Blue. HEX triplet: 4C, BD and FF. RGB value is (76,189,255). Sum of RGB (Red+Green+Blue) = 76+189+255=520 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.62% from 520); Green value is 189 (74.22% from 255 or 36.35% 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 #4CBDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBDFF is #B34200. Grayscale: #A2A2A2. Windows color (decimal): -11747841 or 16760140. OLE color: 16760140.

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

Color convert

RGB 76 189 255 -
CMYK 0.70 0.26 0 0
HSL 202.12º 1% 0.65% -
HSV(B) 202.12º 0.7% 1% -
XYZ 39.23 45.15 101.26 -
YUV 162.74 180.06 66.13 -
System Red Green Blue C M Y K H S L
Decimal 76 189 255 0.70 0.26 0 0 202.12 1 0.65
Hex 4C BD FF 46 1A 0 0 CA 64 41
Octal 114 275 377 106 32 0 0 312 144 101
Binary 1001100 10111101 11111111 1000110 11010 0 0 11001010 1100100 1000001

Color Harmonies of #4CBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBDFF

Black with #4CBDFF

Text Example


Text Example

White with #4CBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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