Html Css Color HEX #4F8684 Paradiso

📋 copy color: '#4F8684'

red 79 ◦ green 134 ◦ blue 132

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

Shades of Paradiso #4F8684

Tints of Paradiso #4F8684

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.84%

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 22.9%
G = 38.84%
B = 38.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#4F8684 (or 0x4F8684) is known color: Paradiso. HEX triplet: 4F, 86 and 84. RGB value is (79,134,132). Sum of RGB (Red+Green+Blue) = 79+134+132=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #4F8684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8684 is #B0797B. Grayscale: #757575. Windows color (decimal): -11565436 or 8685135. OLE color: 8685135.

HSL color Cylindrical-coordinate representation of color #4F8684: hue angle of 177.82º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8684 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 79 134 132 -
CMYK 0.41 0 0.01 0.47
HSL 177.82º 0.26% 0.42% -
HSV(B) 177.82º 0.41% 0.53% -
XYZ 15.91 20.38 24.92 -
YUV 117.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 79 134 132 0.41 0 0.01 0.47 177.82 0.26 0.42
Hex 4F 86 84 29 0 1 2F B2 1A 2A
Octal 117 206 204 51 0 1 57 262 32 52
Binary 1001111 10000110 10000100 101001 0 1 101111 10110010 11010 101010

Color Harmonies of #4F8684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8684

Black with #4F8684

Text Example


Text Example

White with #4F8684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,134,132); }

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

background-color css

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

 a { background-color: rgb(79,134,132); }

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

border-color css

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

 span { border-color: rgb(79,134,132); }

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