Html Css Color HEX #468188 Paradiso

📋 copy color: '#468188'

red 70 ◦ green 129 ◦ blue 136

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

Shades of Paradiso #468188

Tints of Paradiso #468188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 20.9%
G = 38.51%
B = 40.6%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#468188 (or 0x468188) is known color: Paradiso. HEX triplet: 46, 81 and 88. RGB value is (70,129,136). Sum of RGB (Red+Green+Blue) = 70+129+136=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #468188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468188 is #B97E77. Grayscale: #707070. Windows color (decimal): -12156536 or 8945990. OLE color: 8945990.

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

Color convert

RGB 70 129 136 -
CMYK 0.49 0.05 0 0.47
HSL 186.36º 0.32% 0.4% -
HSV(B) 186.36º 0.49% 0.53% -
XYZ 14.82 18.78 26.14 -
YUV 112.16 141.45 97.93 -
System Red Green Blue C M Y K H S L
Decimal 70 129 136 0.49 0.05 0 0.47 186.36 0.32 0.4
Hex 46 81 88 31 5 0 2F BA 20 28
Octal 106 201 210 61 5 0 57 272 40 50
Binary 1000110 10000001 10001000 110001 101 0 101111 10111010 100000 101000

Color Harmonies of #468188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468188

Black with #468188

Text Example


Text Example

White with #468188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468188; }

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

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

background-color css

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

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

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

border-color css

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

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

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