Html Css Color HEX #4BC0FC Malibu

📋 copy color: '#4BC0FC'

red 75 ◦ green 192 ◦ blue 252

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

Shades of Malibu #4BC0FC

Tints of Malibu #4BC0FC

RGB

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

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

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

R = 14.45%
G = 36.99%
B = 48.55%

CMYK

 C value IS 0.70

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4BC0FC (or 0x4BC0FC) is known color: Malibu. HEX triplet: 4B, C0 and FC. RGB value is (75,192,252). Sum of RGB (Red+Green+Blue) = 75+192+252=519 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.45% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #4BC0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BC0FC is #B43F03. Grayscale: #A3A3A3. Windows color (decimal): -11812612 or 16564299. OLE color: 16564299.

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

Color convert

RGB 75 192 252 -
CMYK 0.70 0.24 0 0.01
HSL 200.34º 0.97% 0.64% -
HSV(B) 200.34º 0.7% 0.99% -
XYZ 39.32 46.22 98.94 -
YUV 163.86 177.74 64.62 -
System Red Green Blue C M Y K H S L
Decimal 75 192 252 0.70 0.24 0 0.01 200.34 0.97 0.64
Hex 4B C0 FC 46 18 0 1 C8 61 40
Octal 113 300 374 106 30 0 1 310 141 100
Binary 1001011 11000000 11111100 1000110 11000 0 1 11001000 1100001 1000000

Color Harmonies of #4BC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC0FC

Black with #4BC0FC

Text Example


Text Example

White with #4BC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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