Html Css Color HEX #447D85 Paradiso

📋 copy color: '#447D85'

red 68 ◦ green 125 ◦ blue 133

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

Shades of Paradiso #447D85

Tints of Paradiso #447D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 20.86%
G = 38.34%
B = 40.8%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#447D85 (or 0x447D85) is known color: Paradiso. HEX triplet: 44, 7D and 85. RGB value is (68,125,133). Sum of RGB (Red+Green+Blue) = 68+125+133=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #447D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447D85 is #BB827A. Grayscale: #6C6C6C. Windows color (decimal): -12288635 or 8748356. OLE color: 8748356.

HSL color Cylindrical-coordinate representation of color #447D85: hue angle of 187.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #447D85 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 125 133 -
CMYK 0.49 0.06 0 0.48
HSL 187.38º 0.32% 0.39% -
HSV(B) 187.38º 0.49% 0.52% -
XYZ 13.95 17.59 24.85 -
YUV 108.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 68 125 133 0.49 0.06 0 0.48 187.38 0.32 0.39
Hex 44 7D 85 31 6 0 30 BB 20 27
Octal 104 175 205 61 6 0 60 273 40 47
Binary 1000100 1111101 10000101 110001 110 0 110000 10111011 100000 100111

Color Harmonies of #447D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D85

Black with #447D85

Text Example


Text Example

White with #447D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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