Html Css Color HEX #4FB1EA Malibu

📋 copy color: '#4FB1EA'

red 79 ◦ green 177 ◦ blue 234

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

Shades of Malibu #4FB1EA

Tints of Malibu #4FB1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 16.12%
G = 36.12%
B = 47.76%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FB1EA (or 0x4FB1EA) is known color: Malibu. HEX triplet: 4F, B1 and EA. RGB value is (79,177,234). Sum of RGB (Red+Green+Blue) = 79+177+234=490 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.12% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FB1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FB1EA is #B04E15. Grayscale: #999999. Windows color (decimal): -11554326 or 15380815. OLE color: 15380815.

HSL color Cylindrical-coordinate representation of color #4FB1EA: hue angle of 202.06º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FB1EA is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 177 234 -
CMYK 0.66 0.24 0 0.08
HSL 202.06º 0.79% 0.61% -
HSV(B) 202.06º 0.66% 0.92% -
XYZ 33.8 39.05 83.6 -
YUV 154.2 173.03 74.37 -
System Red Green Blue C M Y K H S L
Decimal 79 177 234 0.66 0.24 0 0.08 202.06 0.79 0.61
Hex 4F B1 EA 42 18 0 8 CA 4F 3D
Octal 117 261 352 102 30 0 10 312 117 75
Binary 1001111 10110001 11101010 1000010 11000 0 1000 11001010 1001111 111101

Color Harmonies of #4FB1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB1EA

Black with #4FB1EA

Text Example


Text Example

White with #4FB1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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