Html Css Color HEX #478081 Paradiso

📋 copy color: '#478081'

red 71 ◦ green 128 ◦ blue 129

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

Shades of Paradiso #478081

Tints of Paradiso #478081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

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

R = 21.65%
G = 39.02%
B = 39.33%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#478081 (or 0x478081) is known color: Paradiso. HEX triplet: 47, 80 and 81. RGB value is (71,128,129). Sum of RGB (Red+Green+Blue) = 71+128+129=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 129 - color contains mainly: blue. Hex color #478081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478081 is #B87F7E. Grayscale: #6F6F6F. Windows color (decimal): -12091263 or 8486983. OLE color: 8486983.

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

Color convert

RGB 71 128 129 -
CMYK 0.45 0.01 0 0.49
HSL 181.03º 0.29% 0.39% -
HSV(B) 181.03º 0.45% 0.51% -
XYZ 14.28 18.36 23.56 -
YUV 111.07 138.12 99.42 -
System Red Green Blue C M Y K H S L
Decimal 71 128 129 0.45 0.01 0 0.49 181.03 0.29 0.39
Hex 47 80 81 2D 1 0 31 B5 1D 27
Octal 107 200 201 55 1 0 61 265 35 47
Binary 1000111 10000000 10000001 101101 1 0 110001 10110101 11101 100111

Color Harmonies of #478081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478081

Black with #478081

Text Example


Text Example

White with #478081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478081; }

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

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

background-color css

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

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

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

border-color css

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

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

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