Html Css Color HEX #447882 Paradiso

📋 copy color: '#447882'

red 68 ◦ green 120 ◦ blue 130

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

Shades of Paradiso #447882

Tints of Paradiso #447882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.88%

R = 21.38%
G = 37.74%
B = 40.88%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#447882 (or 0x447882) is known color: Paradiso. HEX triplet: 44, 78 and 82. RGB value is (68,120,130). Sum of RGB (Red+Green+Blue) = 68+120+130=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #447882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447882 is #BB877D. Grayscale: #696969. Windows color (decimal): -12289918 or 8550468. OLE color: 8550468.

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

Color convert

RGB 68 120 130 -
CMYK 0.48 0.08 0 0.49
HSL 189.68º 0.31% 0.39% -
HSV(B) 189.68º 0.48% 0.51% -
XYZ 13.13 16.27 23.57 -
YUV 105.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 68 120 130 0.48 0.08 0 0.49 189.68 0.31 0.39
Hex 44 78 82 30 8 0 31 BE 1F 27
Octal 104 170 202 60 10 0 61 276 37 47
Binary 1000100 1111000 10000010 110000 1000 0 110001 10111110 11111 100111

Color Harmonies of #447882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447882

Black with #447882

Text Example


Text Example

White with #447882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447882; }

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

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

background-color css

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

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

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

border-color css

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

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

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