Html Css Color HEX #477A81 Paradiso

📋 copy color: '#477A81'

red 71 ◦ green 122 ◦ blue 129

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

Shades of Paradiso #477A81

Tints of Paradiso #477A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.89%

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

R = 22.05%
G = 37.89%
B = 40.06%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#477A81 (or 0x477A81) is known color: Paradiso. HEX triplet: 47, 7A and 81. RGB value is (71,122,129). Sum of RGB (Red+Green+Blue) = 71+122+129=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 129 - color contains mainly: blue. Hex color #477A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477A81 is #B8857E. Grayscale: #6B6B6B. Windows color (decimal): -12092799 or 8485447. OLE color: 8485447.

HSL color Cylindrical-coordinate representation of color #477A81: hue angle of 187.24º 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 #477A81 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 122 129 -
CMYK 0.45 0.05 0 0.49
HSL 187.24º 0.29% 0.39% -
HSV(B) 187.24º 0.45% 0.51% -
XYZ 13.52 16.84 23.31 -
YUV 107.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 71 122 129 0.45 0.05 0 0.49 187.24 0.29 0.39
Hex 47 7A 81 2D 5 0 31 BB 1D 27
Octal 107 172 201 55 5 0 61 273 35 47
Binary 1000111 1111010 10000001 101101 101 0 110001 10111011 11101 100111

Color Harmonies of #477A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A81

Black with #477A81

Text Example


Text Example

White with #477A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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