Html Css Color HEX #477984 Paradiso

📋 copy color: '#477984'

red 71 ◦ green 121 ◦ blue 132

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

Shades of Paradiso #477984

Tints of Paradiso #477984

RGB

 RED value IS 71 (28.13% from 255) = 21.91%

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 21.91%
G = 37.35%
B = 40.74%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#477984 (or 0x477984) is known color: Paradiso. HEX triplet: 47, 79 and 84. RGB value is (71,121,132). Sum of RGB (Red+Green+Blue) = 71+121+132=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #477984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477984 is #B8867B. Grayscale: #6B6B6B. Windows color (decimal): -12093052 or 8681799. OLE color: 8681799.

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

Color convert

RGB 71 121 132 -
CMYK 0.46 0.08 0 0.48
HSL 190.82º 0.3% 0.4% -
HSV(B) 190.82º 0.46% 0.52% -
XYZ 13.6 16.68 24.33 -
YUV 107.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 71 121 132 0.46 0.08 0 0.48 190.82 0.3 0.4
Hex 47 79 84 2E 8 0 30 BF 1E 28
Octal 107 171 204 56 10 0 60 277 36 50
Binary 1000111 1111001 10000100 101110 1000 0 110000 10111111 11110 101000

Color Harmonies of #477984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477984

Black with #477984

Text Example


Text Example

White with #477984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477984; }

 p { color: rgb(71,121,132); }

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

background-color css

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

 a { background-color: rgb(71,121,132); }

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

border-color css

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

 span { border-color: rgb(71,121,132); }

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