Html Css Color HEX #447D86 Paradiso

📋 copy color: '#447D86'

red 68 ◦ green 125 ◦ blue 134

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

Shades of Paradiso #447D86

Tints of Paradiso #447D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.23%

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 20.8%
G = 38.23%
B = 40.98%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#447D86 (or 0x447D86) is known color: Paradiso. HEX triplet: 44, 7D and 86. RGB value is (68,125,134). Sum of RGB (Red+Green+Blue) = 68+125+134=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #447D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447D86 is #BB8279. Grayscale: #6C6C6C. Windows color (decimal): -12288634 or 8813892. OLE color: 8813892.

HSL color Cylindrical-coordinate representation of color #447D86: hue angle of 188.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #447D86 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 125 134 -
CMYK 0.49 0.07 0 0.47
HSL 188.18º 0.33% 0.4% -
HSV(B) 188.18º 0.49% 0.53% -
XYZ 14.02 17.62 25.22 -
YUV 108.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 68 125 134 0.49 0.07 0 0.47 188.18 0.33 0.4
Hex 44 7D 86 31 7 0 2F BC 21 28
Octal 104 175 206 61 7 0 57 274 41 50
Binary 1000100 1111101 10000110 110001 111 0 101111 10111100 100001 101000

Color Harmonies of #447D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D86

Black with #447D86

Text Example


Text Example

White with #447D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447D86; }

 p { color: rgb(68,125,134); }

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

background-color css

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

 a { background-color: rgb(68,125,134); }

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

border-color css

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

 span { border-color: rgb(68,125,134); }

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