Html Css Color HEX #4DAFFA Malibu

📋 copy color: '#4DAFFA'

red 77 ◦ green 175 ◦ blue 250

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

Shades of Malibu #4DAFFA

Tints of Malibu #4DAFFA

RGB

 RED value IS 77 (30.47% from 255) = 15.34%

 GREEN value IS 175 (68.75% from 255) = 34.86%

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

R = 15.34%
G = 34.86%
B = 49.8%

CMYK

 C value IS 0.69

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DAFFA (or 0x4DAFFA) is known color: Malibu. HEX triplet: 4D, AF and FA. RGB value is (77,175,250). Sum of RGB (Red+Green+Blue) = 77+175+250=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DAFFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAFFA is #B25005. Grayscale: #999999. Windows color (decimal): -11685894 or 16428877. OLE color: 16428877.

HSL color Cylindrical-coordinate representation of color #4DAFFA: hue angle of 206.01º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DAFFA is Cyan = 0.69, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 175 250 -
CMYK 0.69 0.3 0 0.02
HSL 206.01º 0.95% 0.64% -
HSV(B) 206.01º 0.69% 0.98% -
XYZ 35.65 39.14 96.12 -
YUV 154.25 182.03 72.9 -
System Red Green Blue C M Y K H S L
Decimal 77 175 250 0.69 0.3 0 0.02 206.01 0.95 0.64
Hex 4D AF FA 45 1E 0 2 CE 5F 40
Octal 115 257 372 105 36 0 2 316 137 100
Binary 1001101 10101111 11111010 1000101 11110 0 10 11001110 1011111 1000000

Color Harmonies of #4DAFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAFFA

Black with #4DAFFA

Text Example


Text Example

White with #4DAFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,175,250); }

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

background-color css

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

 a { background-color: rgb(77,175,250); }

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

border-color css

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

 span { border-color: rgb(77,175,250); }

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