Html Css Color HEX #468187 Paradiso

📋 copy color: '#468187'

red 70 ◦ green 129 ◦ blue 135

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

Shades of Paradiso #468187

Tints of Paradiso #468187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.42%

R = 20.96%
G = 38.62%
B = 40.42%

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

#468187 (or 0x468187) is known color: Paradiso. HEX triplet: 46, 81 and 87. RGB value is (70,129,135). Sum of RGB (Red+Green+Blue) = 70+129+135=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #468187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468187 is #B97E78. Grayscale: #6F6F6F. Windows color (decimal): -12156537 or 8880454. OLE color: 8880454.

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

Color convert

RGB 70 129 135 -
CMYK 0.48 0.04 0 0.47
HSL 185.54º 0.32% 0.4% -
HSV(B) 185.54º 0.48% 0.53% -
XYZ 14.75 18.75 25.76 -
YUV 112.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 70 129 135 0.48 0.04 0 0.47 185.54 0.32 0.4
Hex 46 81 87 30 4 0 2F BA 20 28
Octal 106 201 207 60 4 0 57 272 40 50
Binary 1000110 10000001 10000111 110000 100 0 101111 10111010 100000 101000

Color Harmonies of #468187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468187

Black with #468187

Text Example


Text Example

White with #468187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468187; }

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

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

background-color css

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

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

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

border-color css

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

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

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