Html Css Color HEX #468885 Paradiso

📋 copy color: '#468885'

red 70 ◦ green 136 ◦ blue 133

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

Shades of Paradiso #468885

Tints of Paradiso #468885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.12%

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 20.65%
G = 40.12%
B = 39.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#468885 (or 0x468885) is known color: Paradiso. HEX triplet: 46, 88 and 85. RGB value is (70,136,133). Sum of RGB (Red+Green+Blue) = 70+136+133=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #468885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468885 is #B9777A. Grayscale: #737373. Windows color (decimal): -12154747 or 8751174. OLE color: 8751174.

HSL color Cylindrical-coordinate representation of color #468885: hue angle of 177.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468885 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 133 -
CMYK 0.49 0 0.02 0.47
HSL 177.27º 0.32% 0.4% -
HSV(B) 177.27º 0.49% 0.53% -
XYZ 15.56 20.6 25.35 -
YUV 115.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 70 136 133 0.49 0 0.02 0.47 177.27 0.32 0.4
Hex 46 88 85 31 0 2 2F B1 20 28
Octal 106 210 205 61 0 2 57 261 40 50
Binary 1000110 10001000 10000101 110001 0 10 101111 10110001 100000 101000

Color Harmonies of #468885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468885

Black with #468885

Text Example


Text Example

White with #468885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468885; }

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

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

background-color css

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

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

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

border-color css

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

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

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