Html Css Color HEX #477C85 Paradiso

📋 copy color: '#477C85'

red 71 ◦ green 124 ◦ blue 133

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

Shades of Paradiso #477C85

Tints of Paradiso #477C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.8%

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 21.65%
G = 37.8%
B = 40.55%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#477C85 (or 0x477C85) is known color: Paradiso. HEX triplet: 47, 7C and 85. RGB value is (71,124,133). Sum of RGB (Red+Green+Blue) = 71+124+133=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #477C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477C85 is #B8837A. Grayscale: #6D6D6D. Windows color (decimal): -12092283 or 8748103. OLE color: 8748103.

HSL color Cylindrical-coordinate representation of color #477C85: hue angle of 188.71º degrees, saturation: 0.3, 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 #477C85 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 124 133 -
CMYK 0.47 0.07 0 0.48
HSL 188.71º 0.3% 0.4% -
HSV(B) 188.71º 0.47% 0.52% -
XYZ 14.04 17.45 24.82 -
YUV 109.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 71 124 133 0.47 0.07 0 0.48 188.71 0.3 0.4
Hex 47 7C 85 2F 7 0 30 BD 1E 28
Octal 107 174 205 57 7 0 60 275 36 50
Binary 1000111 1111100 10000101 101111 111 0 110000 10111101 11110 101000

Color Harmonies of #477C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C85

Black with #477C85

Text Example


Text Example

White with #477C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,124,133); }

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

background-color css

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

 a { background-color: rgb(71,124,133); }

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

border-color css

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

 span { border-color: rgb(71,124,133); }

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