Html Css Color HEX #4DADFA Malibu

📋 copy color: '#4DADFA'

red 77 ◦ green 173 ◦ blue 250

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

Shades of Malibu #4DADFA

Tints of Malibu #4DADFA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.6%

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

R = 15.4%
G = 34.6%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DADFA (or 0x4DADFA) is known color: Malibu. HEX triplet: 4D, AD and FA. RGB value is (77,173,250). Sum of RGB (Red+Green+Blue) = 77+173+250=500 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DADFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DADFA is #B25205. Grayscale: #989898. Windows color (decimal): -11686406 or 16428365. OLE color: 16428365.

HSL color Cylindrical-coordinate representation of color #4DADFA: hue angle of 206.71º 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 #4DADFA is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 173 250 -
CMYK 0.69 0.31 0 0.02
HSL 206.71º 0.95% 0.64% -
HSV(B) 206.71º 0.69% 0.98% -
XYZ 35.26 38.37 95.99 -
YUV 153.07 182.7 73.74 -
System Red Green Blue C M Y K H S L
Decimal 77 173 250 0.69 0.31 0 0.02 206.71 0.95 0.64
Hex 4D AD FA 45 1F 0 2 CF 5F 40
Octal 115 255 372 105 37 0 2 317 137 100
Binary 1001101 10101101 11111010 1000101 11111 0 10 11001111 1011111 1000000

Color Harmonies of #4DADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DADFA

Black with #4DADFA

Text Example


Text Example

White with #4DADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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