Html Css Color HEX #448482 Paradiso

📋 copy color: '#448482'

red 68 ◦ green 132 ◦ blue 130

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

Shades of Paradiso #448482

Tints of Paradiso #448482

RGB

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

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

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

R = 20.61%
G = 40%
B = 39.39%

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

#448482 (or 0x448482) is known color: Paradiso. HEX triplet: 44, 84 and 82. RGB value is (68,132,130). Sum of RGB (Red+Green+Blue) = 68+132+130=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #448482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448482 is #BB7B7D. Grayscale: #707070. Windows color (decimal): -12286846 or 8553540. OLE color: 8553540.

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

Color convert

RGB 68 132 130 -
CMYK 0.48 0 0.02 0.48
HSL 178.13º 0.32% 0.39% -
HSV(B) 178.13º 0.48% 0.52% -
XYZ 14.66 19.34 24.08 -
YUV 112.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 68 132 130 0.48 0 0.02 0.48 178.13 0.32 0.39
Hex 44 84 82 30 0 2 30 B2 20 27
Octal 104 204 202 60 0 2 60 262 40 47
Binary 1000100 10000100 10000010 110000 0 10 110000 10110010 100000 100111

Color Harmonies of #448482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448482

Black with #448482

Text Example


Text Example

White with #448482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448482; }

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

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

background-color css

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

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

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

border-color css

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

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

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