Html Css Color HEX #4CB8FC Malibu

📋 copy color: '#4CB8FC'

red 76 ◦ green 184 ◦ blue 252

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

Shades of Malibu #4CB8FC

Tints of Malibu #4CB8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.94%

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

R = 14.84%
G = 35.94%
B = 49.22%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4CB8FC (or 0x4CB8FC) is known color: Malibu. HEX triplet: 4C, B8 and FC. RGB value is (76,184,252). Sum of RGB (Red+Green+Blue) = 76+184+252=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CB8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CB8FC is #B34703. Grayscale: #9F9F9F. Windows color (decimal): -11749124 or 16562252. OLE color: 16562252.

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

Color convert

RGB 76 184 252 -
CMYK 0.70 0.27 0 0.01
HSL 203.18º 0.97% 0.64% -
HSV(B) 203.18º 0.7% 0.99% -
XYZ 37.69 42.85 98.38 -
YUV 159.46 180.22 68.47 -
System Red Green Blue C M Y K H S L
Decimal 76 184 252 0.70 0.27 0 0.01 203.18 0.97 0.64
Hex 4C B8 FC 46 1B 0 1 CB 61 40
Octal 114 270 374 106 33 0 1 313 141 100
Binary 1001100 10111000 11111100 1000110 11011 0 1 11001011 1100001 1000000

Color Harmonies of #4CB8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB8FC

Black with #4CB8FC

Text Example


Text Example

White with #4CB8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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