Html Css Color HEX #4D888C Paradiso

📋 copy color: '#4D888C'

red 77 ◦ green 136 ◦ blue 140

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

Shades of Paradiso #4D888C

Tints of Paradiso #4D888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 21.81%
G = 38.53%
B = 39.66%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D888C (or 0x4D888C) is known color: Paradiso. HEX triplet: 4D, 88 and 8C. RGB value is (77,136,140). Sum of RGB (Red+Green+Blue) = 77+136+140=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D888C is #B27773. Grayscale: #767676. Windows color (decimal): -11695988 or 9209933. OLE color: 9209933.

HSL color Cylindrical-coordinate representation of color #4D888C: hue angle of 183.81º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D888C is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 136 140 -
CMYK 0.45 0.03 0 0.45
HSL 183.81º 0.29% 0.43% -
HSV(B) 183.81º 0.45% 0.55% -
XYZ 16.6 21.08 28 -
YUV 118.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 77 136 140 0.45 0.03 0 0.45 183.81 0.29 0.43
Hex 4D 88 8C 2D 3 0 2D B8 1D 2B
Octal 115 210 214 55 3 0 55 270 35 53
Binary 1001101 10001000 10001100 101101 11 0 101101 10111000 11101 101011

Color Harmonies of #4D888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D888C

Black with #4D888C

Text Example


Text Example

White with #4D888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,136,140); }

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

background-color css

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

 a { background-color: rgb(77,136,140); }

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

border-color css

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

 span { border-color: rgb(77,136,140); }

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