Html Css Color HEX #447D88 Paradiso

📋 copy color: '#447D88'

red 68 ◦ green 125 ◦ blue 136

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

Shades of Paradiso #447D88

Tints of Paradiso #447D88

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.99%

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

R = 20.67%
G = 37.99%
B = 41.34%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#447D88 (or 0x447D88) is known color: Paradiso. HEX triplet: 44, 7D and 88. RGB value is (68,125,136). Sum of RGB (Red+Green+Blue) = 68+125+136=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #447D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447D88 is #BB8277. Grayscale: #6D6D6D. Windows color (decimal): -12288632 or 8944964. OLE color: 8944964.

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

Color convert

RGB 68 125 136 -
CMYK 0.50 0.08 0 0.47
HSL 189.71º 0.33% 0.4% -
HSV(B) 189.71º 0.5% 0.53% -
XYZ 14.16 17.67 25.96 -
YUV 109.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 68 125 136 0.50 0.08 0 0.47 189.71 0.33 0.4
Hex 44 7D 88 32 8 0 2F BE 21 28
Octal 104 175 210 62 10 0 57 276 41 50
Binary 1000100 1111101 10001000 110010 1000 0 101111 10111110 100001 101000

Color Harmonies of #447D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D88

Black with #447D88

Text Example


Text Example

White with #447D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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