Html Css Color HEX #448888 Paradiso

📋 copy color: '#448888'

red 68 ◦ green 136 ◦ blue 136

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

Shades of Paradiso #448888

Tints of Paradiso #448888

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40%

 BLUE value IS 136 (53.52% from 255) = 40%

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#448888 (or 0x448888) is known color: Paradiso. HEX triplet: 44, 88 and 88. RGB value is (68,136,136). Sum of RGB (Red+Green+Blue) = 68+136+136=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #448888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448888 is #BB7777. Grayscale: #737373. Windows color (decimal): -12285816 or 8947780. OLE color: 8947780.

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

Color convert

RGB 68 136 136 -
CMYK 0.50 0 0 0.47
HSL 180º 0.33% 0.4% -
HSV(B) 180º 0.5% 0.53% -
XYZ 15.63 20.61 26.45 -
YUV 115.67 139.47 94 -
System Red Green Blue C M Y K H S L
Decimal 68 136 136 0.50 0 0 0.47 180 0.33 0.4
Hex 44 88 88 32 0 0 2F B4 21 28
Octal 104 210 210 62 0 0 57 264 41 50
Binary 1000100 10001000 10001000 110010 0 0 101111 10110100 100001 101000

Color Harmonies of #448888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448888

Black with #448888

Text Example


Text Example

White with #448888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448888; }

 p { color: rgb(68,136,136); }

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

background-color css

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

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

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

border-color css

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

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

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