Html Css Color HEX #468387 Paradiso

📋 copy color: '#468387'

red 70 ◦ green 131 ◦ blue 135

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

Shades of Paradiso #468387

Tints of Paradiso #468387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 20.83%
G = 38.99%
B = 40.18%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#468387 (or 0x468387) is known color: Paradiso. HEX triplet: 46, 83 and 87. RGB value is (70,131,135). Sum of RGB (Red+Green+Blue) = 70+131+135=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #468387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468387 is #B97C78. Grayscale: #717171. Windows color (decimal): -12156025 or 8880966. OLE color: 8880966.

HSL color Cylindrical-coordinate representation of color #468387: hue angle of 183.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468387 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 131 135 -
CMYK 0.48 0.03 0 0.47
HSL 183.69º 0.32% 0.4% -
HSV(B) 183.69º 0.48% 0.53% -
XYZ 15.02 19.28 25.85 -
YUV 113.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 70 131 135 0.48 0.03 0 0.47 183.69 0.32 0.4
Hex 46 83 87 30 3 0 2F B8 20 28
Octal 106 203 207 60 3 0 57 270 40 50
Binary 1000110 10000011 10000111 110000 11 0 101111 10111000 100000 101000

Color Harmonies of #468387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468387

Black with #468387

Text Example


Text Example

White with #468387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468387; }

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

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

background-color css

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

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

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

border-color css

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

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

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