Html Css Color HEX #447A83 Paradiso

📋 copy color: '#447A83'

red 68 ◦ green 122 ◦ blue 131

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

Shades of Paradiso #447A83

Tints of Paradiso #447A83

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.01%

 BLUE value IS 131 (51.56% from 255) = 40.81%

R = 21.18%
G = 38.01%
B = 40.81%

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

#447A83 (or 0x447A83) is known color: Paradiso. HEX triplet: 44, 7A and 83. RGB value is (68,122,131). Sum of RGB (Red+Green+Blue) = 68+122+131=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 131 - color contains mainly: blue. Hex color #447A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447A83 is #BB857C. Grayscale: #6A6A6A. Windows color (decimal): -12289405 or 8616516. OLE color: 8616516.

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

Color convert

RGB 68 122 131 -
CMYK 0.48 0.07 0 0.49
HSL 188.57º 0.32% 0.39% -
HSV(B) 188.57º 0.48% 0.51% -
XYZ 13.44 16.79 24 -
YUV 106.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 68 122 131 0.48 0.07 0 0.49 188.57 0.32 0.39
Hex 44 7A 83 30 7 0 31 BD 20 27
Octal 104 172 203 60 7 0 61 275 40 47
Binary 1000100 1111010 10000011 110000 111 0 110001 10111101 100000 100111

Color Harmonies of #447A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447A83

Black with #447A83

Text Example


Text Example

White with #447A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,122,131); }

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

background-color css

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

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

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

border-color css

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

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

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