Html Css Color HEX #447782 Paradiso

📋 copy color: '#447782'

red 68 ◦ green 119 ◦ blue 130

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

Shades of Paradiso #447782

Tints of Paradiso #447782

RGB

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

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

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

R = 21.45%
G = 37.54%
B = 41.01%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#447782 (or 0x447782) is known color: Paradiso. HEX triplet: 44, 77 and 82. RGB value is (68,119,130). Sum of RGB (Red+Green+Blue) = 68+119+130=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #447782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447782 is #BB887D. Grayscale: #686868. Windows color (decimal): -12290174 or 8550212. OLE color: 8550212.

HSL color Cylindrical-coordinate representation of color #447782: hue angle of 190.65º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #447782 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 119 130 -
CMYK 0.48 0.08 0 0.49
HSL 190.65º 0.31% 0.39% -
HSV(B) 190.65º 0.48% 0.51% -
XYZ 13.01 16.03 23.53 -
YUV 105.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 68 119 130 0.48 0.08 0 0.49 190.65 0.31 0.39
Hex 44 77 82 30 8 0 31 BF 1F 27
Octal 104 167 202 60 10 0 61 277 37 47
Binary 1000100 1110111 10000010 110000 1000 0 110001 10111111 11111 100111

Color Harmonies of #447782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447782

Black with #447782

Text Example


Text Example

White with #447782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447782; }

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

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

background-color css

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

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

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

border-color css

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

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

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