Html Css Color HEX #448487 Paradiso

📋 copy color: '#448487'

red 68 ◦ green 132 ◦ blue 135

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

Shades of Paradiso #448487

Tints of Paradiso #448487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.3%

R = 20.3%
G = 39.4%
B = 40.3%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#448487 (or 0x448487) is known color: Paradiso. HEX triplet: 44, 84 and 87. RGB value is (68,132,135). Sum of RGB (Red+Green+Blue) = 68+132+135=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #448487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448487 is #BB7B78. Grayscale: #717171. Windows color (decimal): -12286841 or 8881220. OLE color: 8881220.

HSL color Cylindrical-coordinate representation of color #448487: hue angle of 182.69º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448487 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 132 135 -
CMYK 0.50 0.02 0 0.47
HSL 182.69º 0.33% 0.4% -
HSV(B) 182.69º 0.5% 0.53% -
XYZ 15.01 19.48 25.89 -
YUV 113.21 140.3 95.76 -
System Red Green Blue C M Y K H S L
Decimal 68 132 135 0.50 0.02 0 0.47 182.69 0.33 0.4
Hex 44 84 87 32 2 0 2F B7 21 28
Octal 104 204 207 62 2 0 57 267 41 50
Binary 1000100 10000100 10000111 110010 10 0 101111 10110111 100001 101000

Color Harmonies of #448487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448487

Black with #448487

Text Example


Text Example

White with #448487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448487; }

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

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

background-color css

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

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

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

border-color css

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

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

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