#4CBBF9

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

Shades of Malibu #4CBBF9

Tints of Malibu #4CBBF9

Color information

#4CBBF9 (or 0x4CBBF9) is unknown color: approx Malibu. HEX triplet: 4C, BB and F9. RGB value is (76,187,249). Sum of RGB (Red+Green+Blue) = 76+187+249=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #4CBBF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBBF9 is #B34406. Grayscale: #A0A0A0. Windows color (decimal): -11748359 or 16366412. OLE color: 16366412.

HSL color Cylindrical-coordinate representation of color #4CBBF9: hue angle of 201.5º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CBBF9 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB76187249-
CMYK0.690.2500.02
HSL201.5º93.51%63.73%-
HSV(B)201.5º69.48%97.65%-
XYZ37.8543.9296.1-
YUV160.88177.7367.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.84%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 249 (97.66% from 255) = 48.63%
R=14.84%
G=36.52%
B=48.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal761872490.690.2500.02201.593.5163.73
Hex4CBBF9451902ca5e40
Octal1142733711053102312136100
Binary100110010111011111110011000101110010101100101010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,187,249); }

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

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

 a { background-color: rgb(76,187,249); }

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

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

 span { border-color: rgb(76,187,249); }

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