Html Css Color HEX #467F84 Paradiso

📋 copy color: '#467F84'

red 70 ◦ green 127 ◦ blue 132

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

Shades of Paradiso #467F84

Tints of Paradiso #467F84

RGB

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

 GREEN value IS 127 (50% from 255) = 38.6%

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 21.28%
G = 38.6%
B = 40.12%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#467F84 (or 0x467F84) is known color: Paradiso. HEX triplet: 46, 7F and 84. RGB value is (70,127,132). Sum of RGB (Red+Green+Blue) = 70+127+132=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #467F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F84 is #B9807B. Grayscale: #6E6E6E. Windows color (decimal): -12157052 or 8683334. OLE color: 8683334.

HSL color Cylindrical-coordinate representation of color #467F84: hue angle of 184.84º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467F84 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 127 132 -
CMYK 0.47 0.04 0 0.48
HSL 184.84º 0.31% 0.4% -
HSV(B) 184.84º 0.47% 0.52% -
XYZ 14.28 18.15 24.58 -
YUV 110.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 70 127 132 0.47 0.04 0 0.48 184.84 0.31 0.4
Hex 46 7F 84 2F 4 0 30 B9 1F 28
Octal 106 177 204 57 4 0 60 271 37 50
Binary 1000110 1111111 10000100 101111 100 0 110000 10111001 11111 101000

Color Harmonies of #467F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F84

Black with #467F84

Text Example


Text Example

White with #467F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,127,132); }

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

background-color css

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

 a { background-color: rgb(70,127,132); }

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

border-color css

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

 span { border-color: rgb(70,127,132); }

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