Html Css Color HEX #4F8482 Paradiso

📋 copy color: '#4F8482'

red 79 ◦ green 132 ◦ blue 130

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

Shades of Paradiso #4F8482

Tints of Paradiso #4F8482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 23.17%
G = 38.71%
B = 38.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#4F8482 (or 0x4F8482) is known color: Paradiso. HEX triplet: 4F, 84 and 82. RGB value is (79,132,130). Sum of RGB (Red+Green+Blue) = 79+132+130=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #4F8482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8482 is #B07B7D. Grayscale: #737373. Windows color (decimal): -11565950 or 8553551. OLE color: 8553551.

HSL color Cylindrical-coordinate representation of color #4F8482: hue angle of 177.74º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F8482 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 132 130 -
CMYK 0.40 0 0.02 0.48
HSL 177.74º 0.25% 0.41% -
HSV(B) 177.74º 0.4% 0.52% -
XYZ 15.5 19.78 24.12 -
YUV 115.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 79 132 130 0.40 0 0.02 0.48 177.74 0.25 0.41
Hex 4F 84 82 28 0 2 30 B2 19 29
Octal 117 204 202 50 0 2 60 262 31 51
Binary 1001111 10000100 10000010 101000 0 10 110000 10110010 11001 101001

Color Harmonies of #4F8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8482

Black with #4F8482

Text Example


Text Example

White with #4F8482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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