Html Css Color HEX #478085 Paradiso

📋 copy color: '#478085'

red 71 ◦ green 128 ◦ blue 133

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

Shades of Paradiso #478085

Tints of Paradiso #478085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 21.39%
G = 38.55%
B = 40.06%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#478085 (or 0x478085) is known color: Paradiso. HEX triplet: 47, 80 and 85. RGB value is (71,128,133). Sum of RGB (Red+Green+Blue) = 71+128+133=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #478085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478085 is #B87F7A. Grayscale: #6F6F6F. Windows color (decimal): -12091259 or 8749127. OLE color: 8749127.

HSL color Cylindrical-coordinate representation of color #478085: hue angle of 184.84º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478085 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 128 133 -
CMYK 0.47 0.04 0 0.48
HSL 184.84º 0.3% 0.4% -
HSV(B) 184.84º 0.47% 0.52% -
XYZ 14.55 18.47 24.99 -
YUV 111.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 71 128 133 0.47 0.04 0 0.48 184.84 0.3 0.4
Hex 47 80 85 2F 4 0 30 B9 1E 28
Octal 107 200 205 57 4 0 60 271 36 50
Binary 1000111 10000000 10000101 101111 100 0 110000 10111001 11110 101000

Color Harmonies of #478085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478085

Black with #478085

Text Example


Text Example

White with #478085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478085; }

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

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

background-color css

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

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

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

border-color css

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

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

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