Html Css Color HEX #44827D Paradiso

📋 copy color: '#44827D'

red 68 ◦ green 130 ◦ blue 125

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

Shades of Paradiso #44827D

Tints of Paradiso #44827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.25%

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 21.05%
G = 40.25%
B = 38.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#44827D (or 0x44827D) is known color: Paradiso. HEX triplet: 44, 82 and 7D. RGB value is (68,130,125). Sum of RGB (Red+Green+Blue) = 68+130+125=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #44827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44827D is #BB7D82. Grayscale: #6E6E6E. Windows color (decimal): -12287363 or 8225348. OLE color: 8225348.

HSL color Cylindrical-coordinate representation of color #44827D: hue angle of 175.16º 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 #44827D is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 130 125 -
CMYK 0.48 0 0.04 0.49
HSL 175.16º 0.31% 0.39% -
HSV(B) 175.16º 0.48% 0.51% -
XYZ 14.07 18.67 22.27 -
YUV 110.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 68 130 125 0.48 0 0.04 0.49 175.16 0.31 0.39
Hex 44 82 7D 30 0 4 31 AF 1F 27
Octal 104 202 175 60 0 4 61 257 37 47
Binary 1000100 10000010 1111101 110000 0 100 110001 10101111 11111 100111

Color Harmonies of #44827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44827D

Black with #44827D

Text Example


Text Example

White with #44827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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