Html Css Color HEX #468084 Paradiso

📋 copy color: '#468084'

red 70 ◦ green 128 ◦ blue 132

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

Shades of Paradiso #468084

Tints of Paradiso #468084

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

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

R = 21.21%
G = 38.79%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#468084 (or 0x468084) is known color: Paradiso. HEX triplet: 46, 80 and 84. RGB value is (70,128,132). Sum of RGB (Red+Green+Blue) = 70+128+132=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #468084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468084 is #B97F7B. Grayscale: #6F6F6F. Windows color (decimal): -12156796 or 8683590. OLE color: 8683590.

HSL color Cylindrical-coordinate representation of color #468084: hue angle of 183.87º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468084 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 128 132 -
CMYK 0.47 0.03 0 0.48
HSL 183.87º 0.31% 0.4% -
HSV(B) 183.87º 0.47% 0.52% -
XYZ 14.41 18.41 24.62 -
YUV 111.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 70 128 132 0.47 0.03 0 0.48 183.87 0.31 0.4
Hex 46 80 84 2F 3 0 30 B8 1F 28
Octal 106 200 204 57 3 0 60 270 37 50
Binary 1000110 10000000 10000100 101111 11 0 110000 10111000 11111 101000

Color Harmonies of #468084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468084

Black with #468084

Text Example


Text Example

White with #468084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468084; }

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

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

background-color css

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

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

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

border-color css

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

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

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