Html Css Color HEX #448580 Paradiso

📋 copy color: '#448580'

red 68 ◦ green 133 ◦ blue 128

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

Shades of Paradiso #448580

Tints of Paradiso #448580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 20.67%
G = 40.43%
B = 38.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#448580 (or 0x448580) is known color: Paradiso. HEX triplet: 44, 85 and 80. RGB value is (68,133,128). Sum of RGB (Red+Green+Blue) = 68+133+128=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #448580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448580 is #BB7A7F. Grayscale: #707070. Windows color (decimal): -12286592 or 8422724. OLE color: 8422724.

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

Color convert

RGB 68 133 128 -
CMYK 0.49 0 0.04 0.48
HSL 175.38º 0.32% 0.39% -
HSV(B) 175.38º 0.49% 0.52% -
XYZ 14.67 19.56 23.42 -
YUV 113 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 68 133 128 0.49 0 0.04 0.48 175.38 0.32 0.39
Hex 44 85 80 31 0 4 30 AF 20 27
Octal 104 205 200 61 0 4 60 257 40 47
Binary 1000100 10000101 10000000 110001 0 100 110000 10101111 100000 100111

Color Harmonies of #448580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448580

Black with #448580

Text Example


Text Example

White with #448580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448580; }

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

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

background-color css

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

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

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

border-color css

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

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

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