#4EB0FC

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

Shades of Malibu #4EB0FC

Tints of Malibu #4EB0FC

Color information

#4EB0FC (or 0x4EB0FC) is unknown color: approx Malibu. HEX triplet: 4E, B0 and FC. RGB value is (78,176,252). Sum of RGB (Red+Green+Blue) = 78+176+252=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EB0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EB0FC is #B14F03. Grayscale: #9A9A9A. Windows color (decimal): -11620100 or 16560206. OLE color: 16560206.

HSL color Cylindrical-coordinate representation of color #4EB0FC: hue angle of 206.21º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EB0FC is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB78176252-
CMYK0.690.3000.01
HSL206.21º96.67%64.71%-
HSV(B)206.21º69.05%98.82%-
XYZ36.2439.797.85-
YUV155.36182.5372.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.42%
GREEN value IS 176 (69.14% from 255) = 34.78%
BLUE value IS 252 (98.83% from 255) = 49.80%
R=15.42%
G=34.78%
B=49.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal781762520.690.3000.01206.2196.6764.71
Hex4EB0FC451E01ce6141
Octal1162603741053601316141101
Binary10011101011000011111100100010111110011100111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,176,252); }

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

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

 a { background-color: rgb(78,176,252); }

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

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

 span { border-color: rgb(78,176,252); }

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