Html Css Color HEX #447982 Paradiso

📋 copy color: '#447982'

red 68 ◦ green 121 ◦ blue 130

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

Shades of Paradiso #447982

Tints of Paradiso #447982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.93%

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

R = 21.32%
G = 37.93%
B = 40.75%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#447982 (or 0x447982) is known color: Paradiso. HEX triplet: 44, 79 and 82. RGB value is (68,121,130). Sum of RGB (Red+Green+Blue) = 68+121+130=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #447982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447982 is #BB867D. Grayscale: #6A6A6A. Windows color (decimal): -12289662 or 8550724. OLE color: 8550724.

HSL color Cylindrical-coordinate representation of color #447982: hue angle of 188.71º 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 #447982 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 121 130 -
CMYK 0.48 0.07 0 0.49
HSL 188.71º 0.31% 0.39% -
HSV(B) 188.71º 0.48% 0.51% -
XYZ 13.25 16.52 23.61 -
YUV 106.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 68 121 130 0.48 0.07 0 0.49 188.71 0.31 0.39
Hex 44 79 82 30 7 0 31 BD 1F 27
Octal 104 171 202 60 7 0 61 275 37 47
Binary 1000100 1111001 10000010 110000 111 0 110001 10111101 11111 100111

Color Harmonies of #447982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447982

Black with #447982

Text Example


Text Example

White with #447982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447982; }

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

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

background-color css

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

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

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

border-color css

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

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

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