Html Css Color HEX #478283 Paradiso

📋 copy color: '#478283'

red 71 ◦ green 130 ◦ blue 131

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

Shades of Paradiso #478283

Tints of Paradiso #478283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 21.39%
G = 39.16%
B = 39.46%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#478283 (or 0x478283) is known color: Paradiso. HEX triplet: 47, 82 and 83. RGB value is (71,130,131). Sum of RGB (Red+Green+Blue) = 71+130+131=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #478283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478283 is #B87D7C. Grayscale: #707070. Windows color (decimal): -12090749 or 8618567. OLE color: 8618567.

HSL color Cylindrical-coordinate representation of color #478283: hue angle of 181º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478283 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 131 -
CMYK 0.46 0.01 0 0.49
HSL 181º 0.3% 0.4% -
HSV(B) 181º 0.46% 0.51% -
XYZ 14.68 18.94 24.36 -
YUV 112.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 71 130 131 0.46 0.01 0 0.49 181 0.3 0.4
Hex 47 82 83 2E 1 0 31 B5 1E 28
Octal 107 202 203 56 1 0 61 265 36 50
Binary 1000111 10000010 10000011 101110 1 0 110001 10110101 11110 101000

Color Harmonies of #478283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478283

Black with #478283

Text Example


Text Example

White with #478283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478283; }

 p { color: rgb(71,130,131); }

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

background-color css

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

 a { background-color: rgb(71,130,131); }

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

border-color css

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

 span { border-color: rgb(71,130,131); }

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