Html Css Color HEX #468784 Paradiso

📋 copy color: '#468784'

red 70 ◦ green 135 ◦ blue 132

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

Shades of Paradiso #468784

Tints of Paradiso #468784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.06%

 BLUE value IS 132 (51.95% from 255) = 39.17%

R = 20.77%
G = 40.06%
B = 39.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#468784 (or 0x468784) is known color: Paradiso. HEX triplet: 46, 87 and 84. RGB value is (70,135,132). Sum of RGB (Red+Green+Blue) = 70+135+132=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #468784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468784 is #B9787B. Grayscale: #737373. Windows color (decimal): -12155004 or 8685382. OLE color: 8685382.

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

Color convert

RGB 70 135 132 -
CMYK 0.48 0 0.02 0.47
HSL 177.23º 0.32% 0.4% -
HSV(B) 177.23º 0.48% 0.53% -
XYZ 15.35 20.3 24.94 -
YUV 115.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 70 135 132 0.48 0 0.02 0.47 177.23 0.32 0.4
Hex 46 87 84 30 0 2 2F B1 20 28
Octal 106 207 204 60 0 2 57 261 40 50
Binary 1000110 10000111 10000100 110000 0 10 101111 10110001 100000 101000

Color Harmonies of #468784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468784

Black with #468784

Text Example


Text Example

White with #468784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468784; }

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

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

background-color css

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

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

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

border-color css

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

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

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