Html Css Color HEX #468089 Paradiso

📋 copy color: '#468089'

red 70 ◦ green 128 ◦ blue 137

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

Shades of Paradiso #468089

Tints of Paradiso #468089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.21%

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

R = 20.9%
G = 38.21%
B = 40.9%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#468089 (or 0x468089) is known color: Paradiso. HEX triplet: 46, 80 and 89. RGB value is (70,128,137). Sum of RGB (Red+Green+Blue) = 70+128+137=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #468089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468089 is #B97F76. Grayscale: #6F6F6F. Windows color (decimal): -12156791 or 9011270. OLE color: 9011270.

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

Color convert

RGB 70 128 137 -
CMYK 0.49 0.07 0 0.46
HSL 188.06º 0.32% 0.41% -
HSV(B) 188.06º 0.49% 0.54% -
XYZ 14.76 18.55 26.47 -
YUV 111.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 70 128 137 0.49 0.07 0 0.46 188.06 0.32 0.41
Hex 46 80 89 31 7 0 2E BC 20 29
Octal 106 200 211 61 7 0 56 274 40 51
Binary 1000110 10000000 10001001 110001 111 0 101110 10111100 100000 101001

Color Harmonies of #468089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468089

Black with #468089

Text Example


Text Example

White with #468089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468089; }

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

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

background-color css

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

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

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

border-color css

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

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

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