Html Css Color HEX #477881 Paradiso

📋 copy color: '#477881'

red 71 ◦ green 120 ◦ blue 129

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

Shades of Paradiso #477881

Tints of Paradiso #477881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.5%

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

R = 22.19%
G = 37.5%
B = 40.31%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#477881 (or 0x477881) is known color: Paradiso. HEX triplet: 47, 78 and 81. RGB value is (71,120,129). Sum of RGB (Red+Green+Blue) = 71+120+129=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #477881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477881 is #B8877E. Grayscale: #6A6A6A. Windows color (decimal): -12093311 or 8484935. OLE color: 8484935.

HSL color Cylindrical-coordinate representation of color #477881: hue angle of 189.31º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #477881 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 120 129 -
CMYK 0.45 0.07 0 0.49
HSL 189.31º 0.29% 0.39% -
HSV(B) 189.31º 0.45% 0.51% -
XYZ 13.28 16.36 23.23 -
YUV 106.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 71 120 129 0.45 0.07 0 0.49 189.31 0.29 0.39
Hex 47 78 81 2D 7 0 31 BD 1D 27
Octal 107 170 201 55 7 0 61 275 35 47
Binary 1000111 1111000 10000001 101101 111 0 110001 10111101 11101 100111

Color Harmonies of #477881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477881

Black with #477881

Text Example


Text Example

White with #477881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477881; }

 p { color: rgb(71,120,129); }

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

background-color css

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

 a { background-color: rgb(71,120,129); }

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

border-color css

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

 span { border-color: rgb(71,120,129); }

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