Html Css Color HEX #478082 Paradiso

📋 copy color: '#478082'

red 71 ◦ green 128 ◦ blue 130

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

Shades of Paradiso #478082

Tints of Paradiso #478082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 21.58%
G = 38.91%
B = 39.51%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#478082 (or 0x478082) is known color: Paradiso. HEX triplet: 47, 80 and 82. RGB value is (71,128,130). Sum of RGB (Red+Green+Blue) = 71+128+130=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #478082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478082 is #B87F7D. Grayscale: #6F6F6F. Windows color (decimal): -12091262 or 8552519. OLE color: 8552519.

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

Color convert

RGB 71 128 130 -
CMYK 0.45 0.02 0 0.49
HSL 182.03º 0.29% 0.39% -
HSV(B) 182.03º 0.45% 0.51% -
XYZ 14.35 18.39 23.91 -
YUV 111.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 71 128 130 0.45 0.02 0 0.49 182.03 0.29 0.39
Hex 47 80 82 2D 2 0 31 B6 1D 27
Octal 107 200 202 55 2 0 61 266 35 47
Binary 1000111 10000000 10000010 101101 10 0 110001 10110110 11101 100111

Color Harmonies of #478082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478082

Black with #478082

Text Example


Text Example

White with #478082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478082; }

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

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

background-color css

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

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

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

border-color css

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

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

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