Html Css Color HEX #468380 Paradiso

📋 copy color: '#468380'

red 70 ◦ green 131 ◦ blue 128

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

Shades of Paradiso #468380

Tints of Paradiso #468380

RGB

 RED value IS 70 (27.73% from 255) = 21.28%

 GREEN value IS 131 (51.56% from 255) = 39.82%

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 21.28%
G = 39.82%
B = 38.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#468380 (or 0x468380) is known color: Paradiso. HEX triplet: 46, 83 and 80. RGB value is (70,131,128). Sum of RGB (Red+Green+Blue) = 70+131+128=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #468380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468380 is #B97C7F. Grayscale: #707070. Windows color (decimal): -12156032 or 8422214. OLE color: 8422214.

HSL color Cylindrical-coordinate representation of color #468380: hue angle of 177.05º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468380 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 131 128 -
CMYK 0.47 0 0.02 0.49
HSL 177.05º 0.3% 0.39% -
HSV(B) 177.05º 0.47% 0.51% -
XYZ 14.54 19.09 23.34 -
YUV 112.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 70 131 128 0.47 0 0.02 0.49 177.05 0.3 0.39
Hex 46 83 80 2F 0 2 31 B1 1E 27
Octal 106 203 200 57 0 2 61 261 36 47
Binary 1000110 10000011 10000000 101111 0 10 110001 10110001 11110 100111

Color Harmonies of #468380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468380

Black with #468380

Text Example


Text Example

White with #468380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468380; }

 p { color: rgb(70,131,128); }

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

background-color css

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

 a { background-color: rgb(70,131,128); }

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

border-color css

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

 span { border-color: rgb(70,131,128); }

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