Html Css Color HEX #468587 Paradiso

📋 copy color: '#468587'

red 70 ◦ green 133 ◦ blue 135

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

Shades of Paradiso #468587

Tints of Paradiso #468587

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.35%

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

R = 20.71%
G = 39.35%
B = 39.94%

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

#468587 (or 0x468587) is known color: Paradiso. HEX triplet: 46, 85 and 87. RGB value is (70,133,135). Sum of RGB (Red+Green+Blue) = 70+133+135=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #468587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468587 is #B97A78. Grayscale: #727272. Windows color (decimal): -12155513 or 8881478. OLE color: 8881478.

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

Color convert

RGB 70 133 135 -
CMYK 0.48 0.01 0 0.47
HSL 181.85º 0.32% 0.4% -
HSV(B) 181.85º 0.48% 0.53% -
XYZ 15.29 19.83 25.94 -
YUV 114.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 70 133 135 0.48 0.01 0 0.47 181.85 0.32 0.4
Hex 46 85 87 30 1 0 2F B6 20 28
Octal 106 205 207 60 1 0 57 266 40 50
Binary 1000110 10000101 10000111 110000 1 0 101111 10110110 100000 101000

Color Harmonies of #468587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468587

Black with #468587

Text Example


Text Example

White with #468587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468587; }

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

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

background-color css

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

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

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

border-color css

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

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

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