Html Css Color HEX #447881 Paradiso

📋 copy color: '#447881'

red 68 ◦ green 120 ◦ blue 129

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

Shades of Paradiso #447881

Tints of Paradiso #447881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.85%

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 21.45%
G = 37.85%
B = 40.69%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#447881 (or 0x447881) is known color: Paradiso. HEX triplet: 44, 78 and 81. RGB value is (68,120,129). Sum of RGB (Red+Green+Blue) = 68+120+129=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #447881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447881 is #BB877E. Grayscale: #696969. Windows color (decimal): -12289919 or 8484932. OLE color: 8484932.

HSL color Cylindrical-coordinate representation of color #447881: hue angle of 188.85º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #447881 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 120 129 -
CMYK 0.47 0.07 0 0.49
HSL 188.85º 0.31% 0.39% -
HSV(B) 188.85º 0.47% 0.51% -
XYZ 13.06 16.25 23.22 -
YUV 105.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 68 120 129 0.47 0.07 0 0.49 188.85 0.31 0.39
Hex 44 78 81 2F 7 0 31 BD 1F 27
Octal 104 170 201 57 7 0 61 275 37 47
Binary 1000100 1111000 10000001 101111 111 0 110001 10111101 11111 100111

Color Harmonies of #447881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447881

Black with #447881

Text Example


Text Example

White with #447881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447881; }

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

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

background-color css

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

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

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

border-color css

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

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

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