Html Css Color HEX #408481 Paradiso

📋 copy color: '#408481'

red 64 ◦ green 132 ◦ blue 129

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

Shades of Paradiso #408481

Tints of Paradiso #408481

RGB

 RED value IS 64 (25.39% from 255) = 19.69%

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

 BLUE value IS 129 (50.78% from 255) = 39.69%

R = 19.69%
G = 40.62%
B = 39.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#408481 (or 0x408481) is known color: Paradiso. HEX triplet: 40, 84 and 81. RGB value is (64,132,129). Sum of RGB (Red+Green+Blue) = 64+132+129=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #408481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408481 is #BF7B7E. Grayscale: #6F6F6F. Windows color (decimal): -12548991 or 8488000. OLE color: 8488000.

HSL color Cylindrical-coordinate representation of color #408481: hue angle of 177.35º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408481 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 129 -
CMYK 0.52 0 0.02 0.48
HSL 177.35º 0.35% 0.38% -
HSV(B) 177.35º 0.52% 0.52% -
XYZ 14.33 19.18 23.72 -
YUV 111.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 64 132 129 0.52 0 0.02 0.48 177.35 0.35 0.38
Hex 40 84 81 34 0 2 30 B1 23 26
Octal 100 204 201 64 0 2 60 261 43 46
Binary 1000000 10000100 10000001 110100 0 10 110000 10110001 100011 100110

Color Harmonies of #408481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408481

Black with #408481

Text Example


Text Example

White with #408481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408481; }

 p { color: rgb(64,132,129); }

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

background-color css

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

 a { background-color: rgb(64,132,129); }

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

border-color css

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

 span { border-color: rgb(64,132,129); }

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