Html Css Color HEX #448581 Paradiso

📋 copy color: '#448581'

red 68 ◦ green 133 ◦ blue 129

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

Shades of Paradiso #448581

Tints of Paradiso #448581

RGB

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

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

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

R = 20.61%
G = 40.3%
B = 39.09%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#448581 (or 0x448581) is known color: Paradiso. HEX triplet: 44, 85 and 81. RGB value is (68,133,129). Sum of RGB (Red+Green+Blue) = 68+133+129=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #448581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448581 is #BB7A7E. Grayscale: #717171. Windows color (decimal): -12286591 or 8488260. OLE color: 8488260.

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

Color convert

RGB 68 133 129 -
CMYK 0.49 0 0.03 0.48
HSL 176.31º 0.32% 0.39% -
HSV(B) 176.31º 0.49% 0.52% -
XYZ 14.73 19.59 23.77 -
YUV 113.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 68 133 129 0.49 0 0.03 0.48 176.31 0.32 0.39
Hex 44 85 81 31 0 3 30 B0 20 27
Octal 104 205 201 61 0 3 60 260 40 47
Binary 1000100 10000101 10000001 110001 0 11 110000 10110000 100000 100111

Color Harmonies of #448581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448581

Black with #448581

Text Example


Text Example

White with #448581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448581; }

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

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

background-color css

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

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

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

border-color css

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

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

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