Html Css Color HEX #444961 Port Gore

📋 copy color: '#444961'

red 68 ◦ green 73 ◦ blue 97

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

Shades of Port Gore #444961

Tints of Port Gore #444961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

 BLUE value IS 97 (38.28% from 255) = 40.76%

R = 28.57%
G = 30.67%
B = 40.76%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#444961 (or 0x444961) is known color: Port Gore. HEX triplet: 44, 49 and 61. RGB value is (68,73,97). Sum of RGB (Red+Green+Blue) = 68+73+97=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #444961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444961 is #BBB69E. Grayscale: #4A4A4A. Windows color (decimal): -12301983 or 6375748. OLE color: 6375748.

HSL color Cylindrical-coordinate representation of color #444961: hue angle of 229.66º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #444961 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 73 97 -
CMYK 0.30 0.25 0 0.62
HSL 229.66º 0.18% 0.32% -
HSV(B) 229.66º 0.3% 0.38% -
XYZ 6.92 6.86 12.27 -
YUV 74.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 68 73 97 0.30 0.25 0 0.62 229.66 0.18 0.32
Hex 44 49 61 1E 19 0 3E E6 12 20
Octal 104 111 141 36 31 0 76 346 22 40
Binary 1000100 1001001 1100001 11110 11001 0 111110 11100110 10010 100000

Color Harmonies of #444961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444961

Black with #444961

Text Example


Text Example

White with #444961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444961; }

 p { color: rgb(68,73,97); }

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

background-color css

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

 a { background-color: rgb(68,73,97); }

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

border-color css

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

 span { border-color: rgb(68,73,97); }

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