Html Css Color HEX #468281 Paradiso

📋 copy color: '#468281'

red 70 ◦ green 130 ◦ blue 129

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

Shades of Paradiso #468281

Tints of Paradiso #468281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 21.28%
G = 39.51%
B = 39.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#468281 (or 0x468281) is known color: Paradiso. HEX triplet: 46, 82 and 81. RGB value is (70,130,129). Sum of RGB (Red+Green+Blue) = 70+130+129=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #468281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468281 is #B97D7E. Grayscale: #6F6F6F. Windows color (decimal): -12156287 or 8487494. OLE color: 8487494.

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

Color convert

RGB 70 130 129 -
CMYK 0.46 0 0.01 0.49
HSL 179º 0.3% 0.39% -
HSV(B) 179º 0.46% 0.51% -
XYZ 14.47 18.85 23.65 -
YUV 111.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 70 130 129 0.46 0 0.01 0.49 179 0.3 0.39
Hex 46 82 81 2E 0 1 31 B3 1E 27
Octal 106 202 201 56 0 1 61 263 36 47
Binary 1000110 10000010 10000001 101110 0 1 110001 10110011 11110 100111

Color Harmonies of #468281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468281

Black with #468281

Text Example


Text Example

White with #468281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468281; }

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

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

background-color css

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

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

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

border-color css

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

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

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