Html Css Color HEX #468389 Paradiso

📋 copy color: '#468389'

red 70 ◦ green 131 ◦ blue 137

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

Shades of Paradiso #468389

Tints of Paradiso #468389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.53%

R = 20.71%
G = 38.76%
B = 40.53%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#468389 (or 0x468389) is known color: Paradiso. HEX triplet: 46, 83 and 89. RGB value is (70,131,137). Sum of RGB (Red+Green+Blue) = 70+131+137=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #468389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468389 is #B97C76. Grayscale: #717171. Windows color (decimal): -12156023 or 9012038. OLE color: 9012038.

HSL color Cylindrical-coordinate representation of color #468389: hue angle of 185.37º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468389 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 131 137 -
CMYK 0.49 0.04 0 0.46
HSL 185.37º 0.32% 0.41% -
HSV(B) 185.37º 0.49% 0.54% -
XYZ 15.16 19.34 26.6 -
YUV 113.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 70 131 137 0.49 0.04 0 0.46 185.37 0.32 0.41
Hex 46 83 89 31 4 0 2E B9 20 29
Octal 106 203 211 61 4 0 56 271 40 51
Binary 1000110 10000011 10001001 110001 100 0 101110 10111001 100000 101001

Color Harmonies of #468389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468389

Black with #468389

Text Example


Text Example

White with #468389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468389; }

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

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

background-color css

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

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

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

border-color css

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

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

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