Html Css Color HEX #448189 Paradiso

📋 copy color: '#448189'

red 68 ◦ green 129 ◦ blue 137

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

Shades of Paradiso #448189

Tints of Paradiso #448189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.62%

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

R = 20.36%
G = 38.62%
B = 41.02%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#448189 (or 0x448189) is known color: Paradiso. HEX triplet: 44, 81 and 89. RGB value is (68,129,137). Sum of RGB (Red+Green+Blue) = 68+129+137=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #448189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448189 is #BB7E76. Grayscale: #6F6F6F. Windows color (decimal): -12287607 or 9011524. OLE color: 9011524.

HSL color Cylindrical-coordinate representation of color #448189: hue angle of 186.96º 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 #448189 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 129 137 -
CMYK 0.50 0.06 0 0.46
HSL 186.96º 0.34% 0.4% -
HSV(B) 186.96º 0.5% 0.54% -
XYZ 14.75 18.74 26.51 -
YUV 111.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 68 129 137 0.50 0.06 0 0.46 186.96 0.34 0.4
Hex 44 81 89 32 6 0 2E BB 22 28
Octal 104 201 211 62 6 0 56 273 42 50
Binary 1000100 10000001 10001001 110010 110 0 101110 10111011 100010 101000

Color Harmonies of #448189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448189

Black with #448189

Text Example


Text Example

White with #448189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448189; }

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

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

background-color css

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

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

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

border-color css

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

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

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