Html Css Color HEX #447780 Paradiso

📋 copy color: '#447780'

red 68 ◦ green 119 ◦ blue 128

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

Shades of Paradiso #447780

Tints of Paradiso #447780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.78%

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

R = 21.59%
G = 37.78%
B = 40.63%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#447780 (or 0x447780) is known color: Paradiso. HEX triplet: 44, 77 and 80. RGB value is (68,119,128). Sum of RGB (Red+Green+Blue) = 68+119+128=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #447780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447780 is #BB887F. Grayscale: #686868. Windows color (decimal): -12290176 or 8419140. OLE color: 8419140.

HSL color Cylindrical-coordinate representation of color #447780: hue angle of 189º 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 #447780 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 119 128 -
CMYK 0.47 0.07 0 0.50
HSL 189º 0.31% 0.38% -
HSV(B) 189º 0.47% 0.5% -
XYZ 12.88 15.98 22.83 -
YUV 104.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 68 119 128 0.47 0.07 0 0.50 189 0.31 0.38
Hex 44 77 80 2F 7 0 32 BD 1F 26
Octal 104 167 200 57 7 0 62 275 37 46
Binary 1000100 1110111 10000000 101111 111 0 110010 10111101 11111 100110

Color Harmonies of #447780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447780

Black with #447780

Text Example


Text Example

White with #447780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447780; }

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

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

background-color css

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

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

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

border-color css

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

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

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