Html Css Color HEX #468280 Paradiso

📋 copy color: '#468280'

red 70 ◦ green 130 ◦ blue 128

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

Shades of Paradiso #468280

Tints of Paradiso #468280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

 BLUE value IS 128 (50.39% from 255) = 39.02%

R = 21.34%
G = 39.63%
B = 39.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#468280 (or 0x468280) is known color: Paradiso. HEX triplet: 46, 82 and 80. RGB value is (70,130,128). Sum of RGB (Red+Green+Blue) = 70+130+128=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #468280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468280 is #B97D7F. Grayscale: #6F6F6F. Windows color (decimal): -12156288 or 8421958. OLE color: 8421958.

HSL color Cylindrical-coordinate representation of color #468280: hue angle of 178º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468280 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 128 -
CMYK 0.46 0 0.02 0.49
HSL 178º 0.3% 0.39% -
HSV(B) 178º 0.46% 0.51% -
XYZ 14.4 18.83 23.3 -
YUV 111.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 70 130 128 0.46 0 0.02 0.49 178 0.3 0.39
Hex 46 82 80 2E 0 2 31 B2 1E 27
Octal 106 202 200 56 0 2 61 262 36 47
Binary 1000110 10000010 10000000 101110 0 10 110001 10110010 11110 100111

Color Harmonies of #468280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468280

Black with #468280

Text Example


Text Example

White with #468280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468280; }

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

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

background-color css

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

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

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

border-color css

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

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

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