Html Css Color HEX #467E88 Paradiso

📋 copy color: '#467E88'

red 70 ◦ green 126 ◦ blue 136

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

Shades of Paradiso #467E88

Tints of Paradiso #467E88

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.95%

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

R = 21.08%
G = 37.95%
B = 40.96%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#467E88 (or 0x467E88) is known color: Paradiso. HEX triplet: 46, 7E and 88. RGB value is (70,126,136). Sum of RGB (Red+Green+Blue) = 70+126+136=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #467E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E88 is #B98177. Grayscale: #6E6E6E. Windows color (decimal): -12157304 or 8945222. OLE color: 8945222.

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

Color convert

RGB 70 126 136 -
CMYK 0.49 0.07 0 0.47
HSL 189.09º 0.32% 0.4% -
HSV(B) 189.09º 0.49% 0.53% -
XYZ 14.43 18 26.01 -
YUV 110.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 70 126 136 0.49 0.07 0 0.47 189.09 0.32 0.4
Hex 46 7E 88 31 7 0 2F BD 20 28
Octal 106 176 210 61 7 0 57 275 40 50
Binary 1000110 1111110 10001000 110001 111 0 101111 10111101 100000 101000

Color Harmonies of #467E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E88

Black with #467E88

Text Example


Text Example

White with #467E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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