Html Css Color HEX #448389 Paradiso

📋 copy color: '#448389'

red 68 ◦ green 131 ◦ blue 137

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

Shades of Paradiso #448389

Tints of Paradiso #448389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.99%

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 20.24%
G = 38.99%
B = 40.77%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#448389 (or 0x448389) is known color: Paradiso. HEX triplet: 44, 83 and 89. RGB value is (68,131,137). Sum of RGB (Red+Green+Blue) = 68+131+137=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #448389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448389 is #BB7C76. Grayscale: #707070. Windows color (decimal): -12287095 or 9012036. OLE color: 9012036.

HSL color Cylindrical-coordinate representation of color #448389: hue angle of 185.22º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448389 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 131 137 -
CMYK 0.50 0.04 0 0.46
HSL 185.22º 0.34% 0.4% -
HSV(B) 185.22º 0.5% 0.54% -
XYZ 15.02 19.27 26.59 -
YUV 112.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 68 131 137 0.50 0.04 0 0.46 185.22 0.34 0.4
Hex 44 83 89 32 4 0 2E B9 22 28
Octal 104 203 211 62 4 0 56 271 42 50
Binary 1000100 10000011 10001001 110010 100 0 101110 10111001 100010 101000

Color Harmonies of #448389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448389

Black with #448389

Text Example


Text Example

White with #448389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448389; }

 p { color: rgb(68,131,137); }

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

background-color css

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

 a { background-color: rgb(68,131,137); }

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

border-color css

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

 span { border-color: rgb(68,131,137); }

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