Html Css Color HEX #4FB1ED Malibu

📋 copy color: '#4FB1ED'

red 79 ◦ green 177 ◦ blue 237

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

Shades of Malibu #4FB1ED

Tints of Malibu #4FB1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.9%

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 16.02%
G = 35.9%
B = 48.07%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4FB1ED (or 0x4FB1ED) is known color: Malibu. HEX triplet: 4F, B1 and ED. RGB value is (79,177,237). Sum of RGB (Red+Green+Blue) = 79+177+237=493 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.02% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FB1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FB1ED is #B04E12. Grayscale: #9A9A9A. Windows color (decimal): -11554323 or 15577423. OLE color: 15577423.

HSL color Cylindrical-coordinate representation of color #4FB1ED: hue angle of 202.78º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FB1ED is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 177 237 -
CMYK 0.67 0.25 0 0.07
HSL 202.78º 0.81% 0.62% -
HSV(B) 202.78º 0.67% 0.93% -
XYZ 34.23 39.22 85.89 -
YUV 154.54 174.53 74.12 -
System Red Green Blue C M Y K H S L
Decimal 79 177 237 0.67 0.25 0 0.07 202.78 0.81 0.62
Hex 4F B1 ED 43 19 0 7 CB 51 3E
Octal 117 261 355 103 31 0 7 313 121 76
Binary 1001111 10110001 11101101 1000011 11001 0 111 11001011 1010001 111110

Color Harmonies of #4FB1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB1ED

Black with #4FB1ED

Text Example


Text Example

White with #4FB1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,177,237); }

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

background-color css

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

 a { background-color: rgb(79,177,237); }

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

border-color css

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

 span { border-color: rgb(79,177,237); }

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