Html Css Color HEX #448481 Paradiso

📋 copy color: '#448481'

red 68 ◦ green 132 ◦ blue 129

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

Shades of Paradiso #448481

Tints of Paradiso #448481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 20.67%
G = 40.12%
B = 39.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#448481 (or 0x448481) is known color: Paradiso. HEX triplet: 44, 84 and 81. RGB value is (68,132,129). Sum of RGB (Red+Green+Blue) = 68+132+129=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #448481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448481 is #BB7B7E. Grayscale: #707070. Windows color (decimal): -12286847 or 8488004. OLE color: 8488004.

HSL color Cylindrical-coordinate representation of color #448481: hue angle of 177.19º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448481 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 129 -
CMYK 0.48 0 0.02 0.48
HSL 177.19º 0.32% 0.39% -
HSV(B) 177.19º 0.48% 0.52% -
XYZ 14.6 19.32 23.73 -
YUV 112.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 68 132 129 0.48 0 0.02 0.48 177.19 0.32 0.39
Hex 44 84 81 30 0 2 30 B1 20 27
Octal 104 204 201 60 0 2 60 261 40 47
Binary 1000100 10000100 10000001 110000 0 10 110000 10110001 100000 100111

Color Harmonies of #448481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448481

Black with #448481

Text Example


Text Example

White with #448481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448481; }

 p { color: rgb(68,132,129); }

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

background-color css

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

 a { background-color: rgb(68,132,129); }

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

border-color css

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

 span { border-color: rgb(68,132,129); }

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