Html Css Color HEX #47808C Paradiso

📋 copy color: '#47808C'

red 71 ◦ green 128 ◦ blue 140

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

Shades of Paradiso #47808C

Tints of Paradiso #47808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 20.94%
G = 37.76%
B = 41.3%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47808C (or 0x47808C) is known color: Paradiso. HEX triplet: 47, 80 and 8C. RGB value is (71,128,140). Sum of RGB (Red+Green+Blue) = 71+128+140=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #47808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47808C is #B87F73. Grayscale: #707070. Windows color (decimal): -12091252 or 9207879. OLE color: 9207879.

HSL color Cylindrical-coordinate representation of color #47808C: hue angle of 190.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47808C is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 128 140 -
CMYK 0.49 0.09 0 0.45
HSL 190.43º 0.33% 0.41% -
HSV(B) 190.43º 0.49% 0.55% -
XYZ 15.05 18.67 27.62 -
YUV 112.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 71 128 140 0.49 0.09 0 0.45 190.43 0.33 0.41
Hex 47 80 8C 31 9 0 2D BE 21 29
Octal 107 200 214 61 11 0 55 276 41 51
Binary 1000111 10000000 10001100 110001 1001 0 101101 10111110 100001 101001

Color Harmonies of #47808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47808C

Black with #47808C

Text Example


Text Example

White with #47808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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