Html Css Color HEX #4CBEFC Malibu

📋 copy color: '#4CBEFC'

red 76 ◦ green 190 ◦ blue 252

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

Shades of Malibu #4CBEFC

Tints of Malibu #4CBEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.68%

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 14.67%
G = 36.68%
B = 48.65%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4CBEFC (or 0x4CBEFC) is known color: Malibu. HEX triplet: 4C, BE and FC. RGB value is (76,190,252). Sum of RGB (Red+Green+Blue) = 76+190+252=518 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.67% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CBEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBEFC is #B34103. Grayscale: #A2A2A2. Windows color (decimal): -11747588 or 16563788. OLE color: 16563788.

HSL color Cylindrical-coordinate representation of color #4CBEFC: hue angle of 201.14º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CBEFC is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 190 252 -
CMYK 0.70 0.25 0 0.01
HSL 201.14º 0.97% 0.64% -
HSV(B) 201.14º 0.7% 0.99% -
XYZ 38.96 45.39 98.8 -
YUV 162.98 178.23 65.96 -
System Red Green Blue C M Y K H S L
Decimal 76 190 252 0.70 0.25 0 0.01 201.14 0.97 0.64
Hex 4C BE FC 46 19 0 1 C9 61 40
Octal 114 276 374 106 31 0 1 311 141 100
Binary 1001100 10111110 11111100 1000110 11001 0 1 11001001 1100001 1000000

Color Harmonies of #4CBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBEFC

Black with #4CBEFC

Text Example


Text Example

White with #4CBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,190,252); }

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

background-color css

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

 a { background-color: rgb(76,190,252); }

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

border-color css

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

 span { border-color: rgb(76,190,252); }

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