Html Css Color HEX #477F83 Paradiso

📋 copy color: '#477F83'

red 71 ◦ green 127 ◦ blue 131

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

Shades of Paradiso #477F83

Tints of Paradiso #477F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 21.58%
G = 38.6%
B = 39.82%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#477F83 (or 0x477F83) is known color: Paradiso. HEX triplet: 47, 7F and 83. RGB value is (71,127,131). Sum of RGB (Red+Green+Blue) = 71+127+131=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #477F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477F83 is #B8807C. Grayscale: #6E6E6E. Windows color (decimal): -12091517 or 8617799. OLE color: 8617799.

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

Color convert

RGB 71 127 131 -
CMYK 0.46 0.03 0 0.49
HSL 184º 0.3% 0.4% -
HSV(B) 184º 0.46% 0.51% -
XYZ 14.28 18.16 24.22 -
YUV 110.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 71 127 131 0.46 0.03 0 0.49 184 0.3 0.4
Hex 47 7F 83 2E 3 0 31 B8 1E 28
Octal 107 177 203 56 3 0 61 270 36 50
Binary 1000111 1111111 10000011 101110 11 0 110001 10111000 11110 101000

Color Harmonies of #477F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F83

Black with #477F83

Text Example


Text Example

White with #477F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477F83; }

 p { color: rgb(71,127,131); }

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

background-color css

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

 a { background-color: rgb(71,127,131); }

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

border-color css

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

 span { border-color: rgb(71,127,131); }

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