Html Css Color HEX #468386 Paradiso

📋 copy color: '#468386'

red 70 ◦ green 131 ◦ blue 134

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

Shades of Paradiso #468386

Tints of Paradiso #468386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.1%

 BLUE value IS 134 (52.73% from 255) = 40%

R = 20.9%
G = 39.1%
B = 40%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#468386 (or 0x468386) is known color: Paradiso. HEX triplet: 46, 83 and 86. RGB value is (70,131,134). Sum of RGB (Red+Green+Blue) = 70+131+134=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #468386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468386 is #B97C79. Grayscale: #717171. Windows color (decimal): -12156026 or 8815430. OLE color: 8815430.

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

Color convert

RGB 70 131 134 -
CMYK 0.48 0.02 0 0.47
HSL 182.81º 0.31% 0.4% -
HSV(B) 182.81º 0.48% 0.53% -
XYZ 14.95 19.26 25.48 -
YUV 113.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 70 131 134 0.48 0.02 0 0.47 182.81 0.31 0.4
Hex 46 83 86 30 2 0 2F B7 1F 28
Octal 106 203 206 60 2 0 57 267 37 50
Binary 1000110 10000011 10000110 110000 10 0 101111 10110111 11111 101000

Color Harmonies of #468386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468386

Black with #468386

Text Example


Text Example

White with #468386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468386; }

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

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

background-color css

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

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

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

border-color css

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

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

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