Html Css Color HEX #467781 Paradiso

📋 copy color: '#467781'

red 70 ◦ green 119 ◦ blue 129

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

Shades of Paradiso #467781

Tints of Paradiso #467781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.57%

R = 22.01%
G = 37.42%
B = 40.57%

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

#467781 (or 0x467781) is known color: Paradiso. HEX triplet: 46, 77 and 81. RGB value is (70,119,129). Sum of RGB (Red+Green+Blue) = 70+119+129=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #467781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467781 is #B9887E. Grayscale: #696969. Windows color (decimal): -12159103 or 8484678. OLE color: 8484678.

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

Color convert

RGB 70 119 129 -
CMYK 0.46 0.08 0 0.49
HSL 190.17º 0.3% 0.39% -
HSV(B) 190.17º 0.46% 0.51% -
XYZ 13.09 16.08 23.18 -
YUV 105.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 70 119 129 0.46 0.08 0 0.49 190.17 0.3 0.39
Hex 46 77 81 2E 8 0 31 BE 1E 27
Octal 106 167 201 56 10 0 61 276 36 47
Binary 1000110 1110111 10000001 101110 1000 0 110001 10111110 11110 100111

Color Harmonies of #467781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467781

Black with #467781

Text Example


Text Example

White with #467781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467781; }

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

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

background-color css

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

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

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

border-color css

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

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

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