Html Css Color HEX #447980 Paradiso

📋 copy color: '#447980'

red 68 ◦ green 121 ◦ blue 128

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

Shades of Paradiso #447980

Tints of Paradiso #447980

RGB

 RED value IS 68 (26.95% from 255) = 21.45%

 GREEN value IS 121 (47.66% from 255) = 38.17%

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 21.45%
G = 38.17%
B = 40.38%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#447980 (or 0x447980) is known color: Paradiso. HEX triplet: 44, 79 and 80. RGB value is (68,121,128). Sum of RGB (Red+Green+Blue) = 68+121+128=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #447980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447980 is #BB867F. Grayscale: #696969. Windows color (decimal): -12289664 or 8419652. OLE color: 8419652.

HSL color Cylindrical-coordinate representation of color #447980: hue angle of 187º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #447980 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 121 128 -
CMYK 0.47 0.05 0 0.50
HSL 187º 0.31% 0.38% -
HSV(B) 187º 0.47% 0.5% -
XYZ 13.12 16.46 22.91 -
YUV 105.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 68 121 128 0.47 0.05 0 0.50 187 0.31 0.38
Hex 44 79 80 2F 5 0 32 BB 1F 26
Octal 104 171 200 57 5 0 62 273 37 46
Binary 1000100 1111001 10000000 101111 101 0 110010 10111011 11111 100110

Color Harmonies of #447980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447980

Black with #447980

Text Example


Text Example

White with #447980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447980; }

 p { color: rgb(68,121,128); }

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

background-color css

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

 a { background-color: rgb(68,121,128); }

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

border-color css

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

 span { border-color: rgb(68,121,128); }

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