#4CBFF6

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

Shades of Malibu #4CBFF6

Tints of Malibu #4CBFF6

Color information

#4CBFF6 (or 0x4CBFF6) is unknown color: approx Malibu. HEX triplet: 4C, BF and F6. RGB value is (76,191,246). Sum of RGB (Red+Green+Blue) = 76+191+246=513 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.81% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #4CBFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBFF6 is #B34009. Grayscale: #A2A2A2. Windows color (decimal): -11747338 or 16170828. OLE color: 16170828.

HSL color Cylindrical-coordinate representation of color #4CBFF6: hue angle of 199.41º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CBFF6 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB76191246-
CMYK0.690.2200.04
HSL199.41º90.43%63.14%-
HSV(B)199.41º69.11%96.47%-
XYZ38.2545.4593.95-
YUV162.88174.966.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.81%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 246 (96.48% from 255) = 47.95%
R=14.81%
G=37.23%
B=47.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal761912460.690.2200.04199.4190.4363.14
Hex4CBFF6451604c75a3f
Octal114277366105260430713277
Binary100110010111111111101101000101101100100110001111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,191,246); }

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

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

 a { background-color: rgb(76,191,246); }

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

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

 span { border-color: rgb(76,191,246); }

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