Html Css Color HEX #468087 Paradiso

📋 copy color: '#468087'

red 70 ◦ green 128 ◦ blue 135

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

Shades of Paradiso #468087

Tints of Paradiso #468087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.44%

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

R = 21.02%
G = 38.44%
B = 40.54%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#468087 (or 0x468087) is known color: Paradiso. HEX triplet: 46, 80 and 87. RGB value is (70,128,135). Sum of RGB (Red+Green+Blue) = 70+128+135=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #468087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468087 is #B97F78. Grayscale: #6F6F6F. Windows color (decimal): -12156793 or 8880198. OLE color: 8880198.

HSL color Cylindrical-coordinate representation of color #468087: hue angle of 186.46º 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 #468087 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 128 135 -
CMYK 0.48 0.05 0 0.47
HSL 186.46º 0.32% 0.4% -
HSV(B) 186.46º 0.48% 0.53% -
XYZ 14.62 18.49 25.72 -
YUV 111.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 70 128 135 0.48 0.05 0 0.47 186.46 0.32 0.4
Hex 46 80 87 30 5 0 2F BA 20 28
Octal 106 200 207 60 5 0 57 272 40 50
Binary 1000110 10000000 10000111 110000 101 0 101111 10111010 100000 101000

Color Harmonies of #468087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468087

Black with #468087

Text Example


Text Example

White with #468087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468087; }

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

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

background-color css

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

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

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

border-color css

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

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

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