Html Css Color HEX #44475D Port Gore

📋 copy color: '#44475D'

red 68 ◦ green 71 ◦ blue 93

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

Shades of Port Gore #44475D

Tints of Port Gore #44475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.6%

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 29.31%
G = 30.6%
B = 40.09%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44475D (or 0x44475D) is known color: Port Gore. HEX triplet: 44, 47 and 5D. RGB value is (68,71,93). Sum of RGB (Red+Green+Blue) = 68+71+93=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #44475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44475D is #BBB8A2. Grayscale: #484848. Windows color (decimal): -12302499 or 6113092. OLE color: 6113092.

HSL color Cylindrical-coordinate representation of color #44475D: hue angle of 232.8º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44475D is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 71 93 -
CMYK 0.27 0.24 0 0.64
HSL 232.8º 0.16% 0.32% -
HSV(B) 232.8º 0.27% 0.36% -
XYZ 6.61 6.53 11.27 -
YUV 72.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 68 71 93 0.27 0.24 0 0.64 232.8 0.16 0.32
Hex 44 47 5D 1B 18 0 40 E9 10 20
Octal 104 107 135 33 30 0 100 351 20 40
Binary 1000100 1000111 1011101 11011 11000 0 1000000 11101001 10000 100000

Color Harmonies of #44475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44475D

Black with #44475D

Text Example


Text Example

White with #44475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44475D; }

 p { color: rgb(68,71,93); }

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

background-color css

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

 a { background-color: rgb(68,71,93); }

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

border-color css

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

 span { border-color: rgb(68,71,93); }

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