#4CB8FD

Color #4CB8FD Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #4CB8FD

Tints of Malibu #4CB8FD

Color information

#4CB8FD (or 0x4CB8FD) is unknown color: approx Malibu. HEX triplet: 4C, B8 and FD. RGB value is (76,184,253). Sum of RGB (Red+Green+Blue) = 76+184+253=513 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.81% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CB8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CB8FD is #B34702. Grayscale: #9F9F9F. Windows color (decimal): -11749123 or 16627788. OLE color: 16627788.

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

Color convert

RGB76184253-
CMYK0.700.2700.01
HSL203.39º97.79%64.51%-
HSV(B)203.39º69.96%99.22%-
XYZ37.8542.9199.22-
YUV159.57180.7268.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.81%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 253 (99.22% from 255) = 49.32%
R=14.81%
G=35.87%
B=49.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal761842530.700.2700.01203.3997.7964.51
Hex4CB8FD461B01cb6241
Octal1142703751063301313142101
Binary10011001011100011111101100011011011011100101111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CB8FD;
 }
 .AnyTagClassName
 {
   color: #4CB8FD;
 }
</style>
background-color css

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

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

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

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

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

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