Html Css Color HEX #468685 Paradiso

📋 copy color: '#468685'

red 70 ◦ green 134 ◦ blue 133

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

Shades of Paradiso #468685

Tints of Paradiso #468685

RGB

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

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

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

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

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

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

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

Color convert

RGB 70 134 133 -
CMYK 0.48 0 0.01 0.47
HSL 179.06º 0.31% 0.4% -
HSV(B) 179.06º 0.48% 0.53% -
XYZ 15.28 20.05 25.25 -
YUV 114.75 138.3 96.08 -
System Red Green Blue C M Y K H S L
Decimal 70 134 133 0.48 0 0.01 0.47 179.06 0.31 0.4
Hex 46 86 85 30 0 1 2F B3 1F 28
Octal 106 206 205 60 0 1 57 263 37 50
Binary 1000110 10000110 10000101 110000 0 1 101111 10110011 11111 101000

Color Harmonies of #468685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468685

Black with #468685

Text Example


Text Example

White with #468685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468685; }

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

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

background-color css

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

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

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

border-color css

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

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

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