Html Css Color HEX #4D8089 Paradiso

📋 copy color: '#4D8089'

red 77 ◦ green 128 ◦ blue 137

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

Shades of Paradiso #4D8089

Tints of Paradiso #4D8089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.43%

 BLUE value IS 137 (53.91% from 255) = 40.06%

R = 22.51%
G = 37.43%
B = 40.06%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D8089 (or 0x4D8089) is known color: Paradiso. HEX triplet: 4D, 80 and 89. RGB value is (77,128,137). Sum of RGB (Red+Green+Blue) = 77+128+137=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D8089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8089 is #B27F76. Grayscale: #717171. Windows color (decimal): -11698039 or 9011277. OLE color: 9011277.

HSL color Cylindrical-coordinate representation of color #4D8089: hue angle of 189º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D8089 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 77 128 137 -
CMYK 0.44 0.07 0 0.46
HSL 189º 0.28% 0.42% -
HSV(B) 189º 0.44% 0.54% -
XYZ 15.3 18.82 26.49 -
YUV 113.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 77 128 137 0.44 0.07 0 0.46 189 0.28 0.42
Hex 4D 80 89 2C 7 0 2E BD 1C 2A
Octal 115 200 211 54 7 0 56 275 34 52
Binary 1001101 10000000 10001001 101100 111 0 101110 10111101 11100 101010

Color Harmonies of #4D8089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8089

Black with #4D8089

Text Example


Text Example

White with #4D8089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,128,137); }

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

background-color css

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

 a { background-color: rgb(77,128,137); }

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

border-color css

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

 span { border-color: rgb(77,128,137); }

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