Html Css Color HEX #468589 Paradiso

📋 copy color: '#468589'

red 70 ◦ green 133 ◦ blue 137

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

Shades of Paradiso #468589

Tints of Paradiso #468589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.12%

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

R = 20.59%
G = 39.12%
B = 40.29%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#468589 (or 0x468589) is known color: Paradiso. HEX triplet: 46, 85 and 89. RGB value is (70,133,137). Sum of RGB (Red+Green+Blue) = 70+133+137=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #468589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468589 is #B97A76. Grayscale: #727272. Windows color (decimal): -12155511 or 9012550. OLE color: 9012550.

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

Color convert

RGB 70 133 137 -
CMYK 0.49 0.03 0 0.46
HSL 183.58º 0.32% 0.41% -
HSV(B) 183.58º 0.49% 0.54% -
XYZ 15.43 19.88 26.69 -
YUV 114.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 70 133 137 0.49 0.03 0 0.46 183.58 0.32 0.41
Hex 46 85 89 31 3 0 2E B8 20 29
Octal 106 205 211 61 3 0 56 270 40 51
Binary 1000110 10000101 10001001 110001 11 0 101110 10111000 100000 101001

Color Harmonies of #468589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468589

Black with #468589

Text Example


Text Example

White with #468589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468589; }

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

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

background-color css

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

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

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

border-color css

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

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

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