Html Css Color HEX #468186 Paradiso

📋 copy color: '#468186'

red 70 ◦ green 129 ◦ blue 134

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

Shades of Paradiso #468186

Tints of Paradiso #468186

RGB

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

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

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

R = 21.02%
G = 38.74%
B = 40.24%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#468186 (or 0x468186) is known color: Paradiso. HEX triplet: 46, 81 and 86. RGB value is (70,129,134). Sum of RGB (Red+Green+Blue) = 70+129+134=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #468186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468186 is #B97E79. Grayscale: #6F6F6F. Windows color (decimal): -12156538 or 8814918. OLE color: 8814918.

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

Color convert

RGB 70 129 134 -
CMYK 0.48 0.04 0 0.47
HSL 184.69º 0.31% 0.4% -
HSV(B) 184.69º 0.48% 0.53% -
XYZ 14.68 18.72 25.39 -
YUV 111.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 70 129 134 0.48 0.04 0 0.47 184.69 0.31 0.4
Hex 46 81 86 30 4 0 2F B9 1F 28
Octal 106 201 206 60 4 0 57 271 37 50
Binary 1000110 10000001 10000110 110000 100 0 101111 10111001 11111 101000

Color Harmonies of #468186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468186

Black with #468186

Text Example


Text Example

White with #468186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468186; }

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

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

background-color css

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

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

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

border-color css

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

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

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