Html Css Color HEX #447D7F Paradiso

📋 copy color: '#447D7F'

red 68 ◦ green 125 ◦ blue 127

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

Shades of Paradiso #447D7F

Tints of Paradiso #447D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 21.25%
G = 39.06%
B = 39.69%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#447D7F (or 0x447D7F) is known color: Paradiso. HEX triplet: 44, 7D and 7F. RGB value is (68,125,127). Sum of RGB (Red+Green+Blue) = 68+125+127=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #447D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D7F is #BB8280. Grayscale: #6C6C6C. Windows color (decimal): -12288641 or 8355140. OLE color: 8355140.

HSL color Cylindrical-coordinate representation of color #447D7F: hue angle of 182.03º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447D7F is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 125 127 -
CMYK 0.46 0.02 0 0.50
HSL 182.03º 0.3% 0.38% -
HSV(B) 182.03º 0.46% 0.5% -
XYZ 13.55 17.43 22.73 -
YUV 108.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 68 125 127 0.46 0.02 0 0.50 182.03 0.3 0.38
Hex 44 7D 7F 2E 2 0 32 B6 1E 26
Octal 104 175 177 56 2 0 62 266 36 46
Binary 1000100 1111101 1111111 101110 10 0 110010 10110110 11110 100110

Color Harmonies of #447D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D7F

Black with #447D7F

Text Example


Text Example

White with #447D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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