Html Css Color HEX #4FB4FA Malibu

📋 copy color: '#4FB4FA'

red 79 ◦ green 180 ◦ blue 250

#4FB4FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #4FB4FA

Tints of Malibu #4FB4FA

RGB

 RED value IS 79 (31.25% from 255) = 15.52%

 GREEN value IS 180 (70.7% from 255) = 35.36%

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 15.52%
G = 35.36%
B = 49.12%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4FB4FA (or 0x4FB4FA) is known color: Malibu. HEX triplet: 4F, B4 and FA. RGB value is (79,180,250). Sum of RGB (Red+Green+Blue) = 79+180+250=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FB4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FB4FA is #B04B05. Grayscale: #9D9D9D. Windows color (decimal): -11553542 or 16430159. OLE color: 16430159.

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

Color convert

RGB 79 180 250 -
CMYK 0.68 0.28 0 0.02
HSL 204.56º 0.94% 0.65% -
HSV(B) 204.56º 0.68% 0.98% -
XYZ 36.8 41.21 96.46 -
YUV 157.78 180.04 71.81 -
System Red Green Blue C M Y K H S L
Decimal 79 180 250 0.68 0.28 0 0.02 204.56 0.94 0.65
Hex 4F B4 FA 44 1C 0 2 CD 5E 41
Octal 117 264 372 104 34 0 2 315 136 101
Binary 1001111 10110100 11111010 1000100 11100 0 10 11001101 1011110 1000001

Color Harmonies of #4FB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB4FA

Black with #4FB4FA

Text Example


Text Example

White with #4FB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,180,250); }

 H1.HeaderClassName
 {
   color: #4FB4FA;
 }
 .AnyTagClassName
 {
   color: #4FB4FA;
 }
</style>

background-color css

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

 a { background-color: rgb(79,180,250); }

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

border-color css

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

 span { border-color: rgb(79,180,250); }

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