#4CB2FF

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

Shades of Malibu #4CB2FF

Tints of Malibu #4CB2FF

Color information

#4CB2FF (or 0x4CB2FF) is unknown color: approx Malibu. HEX triplet: 4C, B2 and FF. RGB value is (76,178,255). Sum of RGB (Red+Green+Blue) = 76+178+255=509 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.93% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CB2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CB2FF is #B34D00. Grayscale: #9B9B9B. Windows color (decimal): -11750657 or 16757324. OLE color: 16757324.

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

Color convert

RGB76178255-
CMYK0.700.3000
HSL205.81º100%64.9%-
HSV(B)205.81º70.2%100%-
XYZ36.9540.6100.5-
YUV156.28183.7170.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.93%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 255 (100% from 255) = 50.10%
R=14.93%
G=34.97%
B=50.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal761782550.700.3000205.8110064.9
Hex4CB2FF461E00ce6441
Octal1142623771063600316144101
Binary10011001011001011111111100011011110001100111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,178,255); }

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

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

 a { background-color: rgb(76,178,255); }

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

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

 span { border-color: rgb(76,178,255); }

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