#4CBAFD

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

Shades of Malibu #4CBAFD

Tints of Malibu #4CBAFD

Color information

#4CBAFD (or 0x4CBAFD) is unknown color: approx Malibu. HEX triplet: 4C, BA and FD. RGB value is (76,186,253). Sum of RGB (Red+Green+Blue) = 76+186+253=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CBAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBAFD is #B34502. Grayscale: #A0A0A0. Windows color (decimal): -11748611 or 16628300. OLE color: 16628300.

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

Color convert

RGB76186253-
CMYK0.700.2600.01
HSL202.71º97.79%64.51%-
HSV(B)202.71º69.96%99.22%-
XYZ38.2743.7599.36-
YUV160.75180.0667.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.76%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 253 (99.22% from 255) = 49.13%
R=14.76%
G=36.12%
B=49.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal761862530.700.2600.01202.7197.7964.51
Hex4CBAFD461A01cb6241
Octal1142723751063201313142101
Binary10011001011101011111101100011011010011100101111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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