Html Css Color HEX #468586 Paradiso

📋 copy color: '#468586'

red 70 ◦ green 133 ◦ blue 134

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

Shades of Paradiso #468586

Tints of Paradiso #468586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.76%

R = 20.77%
G = 39.47%
B = 39.76%

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

#468586 (or 0x468586) is known color: Paradiso. HEX triplet: 46, 85 and 86. RGB value is (70,133,134). Sum of RGB (Red+Green+Blue) = 70+133+134=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #468586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468586 is #B97A79. Grayscale: #727272. Windows color (decimal): -12155514 or 8815942. OLE color: 8815942.

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

Color convert

RGB 70 133 134 -
CMYK 0.48 0.01 0 0.47
HSL 180.94º 0.31% 0.4% -
HSV(B) 180.94º 0.48% 0.53% -
XYZ 15.22 19.8 25.57 -
YUV 114.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 70 133 134 0.48 0.01 0 0.47 180.94 0.31 0.4
Hex 46 85 86 30 1 0 2F B5 1F 28
Octal 106 205 206 60 1 0 57 265 37 50
Binary 1000110 10000101 10000110 110000 1 0 101111 10110101 11111 101000

Color Harmonies of #468586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468586

Black with #468586

Text Example


Text Example

White with #468586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468586; }

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

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

background-color css

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

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

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

border-color css

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

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

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