Html Css Color HEX #467782 Paradiso

📋 copy color: '#467782'

red 70 ◦ green 119 ◦ blue 130

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

Shades of Paradiso #467782

Tints of Paradiso #467782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.3%

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 21.94%
G = 37.3%
B = 40.75%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#467782 (or 0x467782) is known color: Paradiso. HEX triplet: 46, 77 and 82. RGB value is (70,119,130). Sum of RGB (Red+Green+Blue) = 70+119+130=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #467782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467782 is #B9887D. Grayscale: #696969. Windows color (decimal): -12159102 or 8550214. OLE color: 8550214.

HSL color Cylindrical-coordinate representation of color #467782: hue angle of 191º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #467782 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 119 130 -
CMYK 0.46 0.08 0 0.49
HSL 191º 0.3% 0.39% -
HSV(B) 191º 0.46% 0.51% -
XYZ 13.15 16.11 23.53 -
YUV 105.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 70 119 130 0.46 0.08 0 0.49 191 0.3 0.39
Hex 46 77 82 2E 8 0 31 BF 1E 27
Octal 106 167 202 56 10 0 61 277 36 47
Binary 1000110 1110111 10000010 101110 1000 0 110001 10111111 11110 100111

Color Harmonies of #467782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467782

Black with #467782

Text Example


Text Example

White with #467782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467782; }

 p { color: rgb(70,119,130); }

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

background-color css

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

 a { background-color: rgb(70,119,130); }

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

border-color css

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

 span { border-color: rgb(70,119,130); }

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