#4FAFF1

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

Shades of Malibu #4FAFF1

Tints of Malibu #4FAFF1

Color information

#4FAFF1 (or 0x4FAFF1) is unknown color: approx Malibu. HEX triplet: 4F, AF and F1. RGB value is (79,175,241). Sum of RGB (Red+Green+Blue) = 79+175+241=495 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.96% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #4FAFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAFF1 is #B0500E. Grayscale: #999999. Windows color (decimal): -11554831 or 15839055. OLE color: 15839055.

HSL color Cylindrical-coordinate representation of color #4FAFF1: hue angle of 204.44º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FAFF1 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB79175241-
CMYK0.670.2700.05
HSL204.44º85.26%62.75%-
HSV(B)204.44º67.22%94.51%-
XYZ34.4338.6788.87-
YUV153.82177.274.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.96%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 241 (94.53% from 255) = 48.69%
R=15.96%
G=35.35%
B=48.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal791752410.670.2700.05204.4485.2662.75
Hex4FAFF1431B05cc553f
Octal117257361103330531412577
Binary100111110101111111100011000011110110101110011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,175,241); }

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

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

 a { background-color: rgb(79,175,241); }

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

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

 span { border-color: rgb(79,175,241); }

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