Html Css Color HEX #468687 Paradiso

📋 copy color: '#468687'

red 70 ◦ green 134 ◦ blue 135

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

Shades of Paradiso #468687

Tints of Paradiso #468687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

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

R = 20.65%
G = 39.53%
B = 39.82%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#468687 (or 0x468687) is known color: Paradiso. HEX triplet: 46, 86 and 87. RGB value is (70,134,135). Sum of RGB (Red+Green+Blue) = 70+134+135=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 135 - color contains mainly: blue. Hex color #468687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468687 is #B97978. Grayscale: #727272. Windows color (decimal): -12155257 or 8881734. OLE color: 8881734.

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

Color convert

RGB 70 134 135 -
CMYK 0.48 0.01 0 0.47
HSL 180.92º 0.32% 0.4% -
HSV(B) 180.92º 0.48% 0.53% -
XYZ 15.42 20.1 25.99 -
YUV 114.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 70 134 135 0.48 0.01 0 0.47 180.92 0.32 0.4
Hex 46 86 87 30 1 0 2F B5 20 28
Octal 106 206 207 60 1 0 57 265 40 50
Binary 1000110 10000110 10000111 110000 1 0 101111 10110101 100000 101000

Color Harmonies of #468687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468687

Black with #468687

Text Example


Text Example

White with #468687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468687; }

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

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

background-color css

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

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

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

border-color css

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

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

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