Html Css Color HEX #4CB5FE Malibu

📋 copy color: '#4CB5FE'

red 76 ◦ green 181 ◦ blue 254

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

Shades of Malibu #4CB5FE

Tints of Malibu #4CB5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.42%

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 14.87%
G = 35.42%
B = 49.71%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4CB5FE (or 0x4CB5FE) is known color: Malibu. HEX triplet: 4C, B5 and FE. RGB value is (76,181,254). Sum of RGB (Red+Green+Blue) = 76+181+254=511 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.87% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CB5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CB5FE is #B34A01. Grayscale: #9D9D9D. Windows color (decimal): -11749890 or 16692556. OLE color: 16692556.

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

Color convert

RGB 76 181 254 -
CMYK 0.70 0.29 0 0.00
HSL 204.61º 0.99% 0.65% -
HSV(B) 204.61º 0.7% 1% -
XYZ 37.39 41.74 99.85 -
YUV 157.93 182.21 69.56 -
System Red Green Blue C M Y K H S L
Decimal 76 181 254 0.70 0.29 0 0.00 204.61 0.99 0.65
Hex 4C B5 FE 46 1D 0 0 CD 63 41
Octal 114 265 376 106 35 0 0 315 143 101
Binary 1001100 10110101 11111110 1000110 11101 0 0 11001101 1100011 1000001

Color Harmonies of #4CB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB5FE

Black with #4CB5FE

Text Example


Text Example

White with #4CB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,181,254); }

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

background-color css

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

 a { background-color: rgb(76,181,254); }

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

border-color css

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

 span { border-color: rgb(76,181,254); }

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