Html Css Color HEX #448582 Paradiso

📋 copy color: '#448582'

red 68 ◦ green 133 ◦ blue 130

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

Shades of Paradiso #448582

Tints of Paradiso #448582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

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

R = 20.54%
G = 40.18%
B = 39.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#448582 (or 0x448582) is known color: Paradiso. HEX triplet: 44, 85 and 82. RGB value is (68,133,130). Sum of RGB (Red+Green+Blue) = 68+133+130=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #448582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448582 is #BB7A7D. Grayscale: #717171. Windows color (decimal): -12286590 or 8553796. OLE color: 8553796.

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

Color convert

RGB 68 133 130 -
CMYK 0.49 0 0.02 0.48
HSL 177.23º 0.32% 0.39% -
HSV(B) 177.23º 0.49% 0.52% -
XYZ 14.8 19.62 24.13 -
YUV 113.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 68 133 130 0.49 0 0.02 0.48 177.23 0.32 0.39
Hex 44 85 82 31 0 2 30 B1 20 27
Octal 104 205 202 61 0 2 60 261 40 47
Binary 1000100 10000101 10000010 110001 0 10 110000 10110001 100000 100111

Color Harmonies of #448582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448582

Black with #448582

Text Example


Text Example

White with #448582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448582; }

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

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

background-color css

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

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

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

border-color css

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

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

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