Html Css Color HEX #468189 Paradiso

📋 copy color: '#468189'

red 70 ◦ green 129 ◦ blue 137

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

Shades of Paradiso #468189

Tints of Paradiso #468189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

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

R = 20.83%
G = 38.39%
B = 40.77%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#468189 (or 0x468189) is known color: Paradiso. HEX triplet: 46, 81 and 89. RGB value is (70,129,137). Sum of RGB (Red+Green+Blue) = 70+129+137=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #468189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468189 is #B97E76. Grayscale: #707070. Windows color (decimal): -12156535 or 9011526. OLE color: 9011526.

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

Color convert

RGB 70 129 137 -
CMYK 0.49 0.06 0 0.46
HSL 187.16º 0.32% 0.41% -
HSV(B) 187.16º 0.49% 0.54% -
XYZ 14.89 18.81 26.51 -
YUV 112.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 70 129 137 0.49 0.06 0 0.46 187.16 0.32 0.41
Hex 46 81 89 31 6 0 2E BB 20 29
Octal 106 201 211 61 6 0 56 273 40 51
Binary 1000110 10000001 10001001 110001 110 0 101110 10111011 100000 101001

Color Harmonies of #468189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468189

Black with #468189

Text Example


Text Example

White with #468189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468189; }

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

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

background-color css

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

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

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

border-color css

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

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

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