Html Css Color HEX #444A61 Port Gore

📋 copy color: '#444A61'

red 68 ◦ green 74 ◦ blue 97

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

Shades of Port Gore #444A61

Tints of Port Gore #444A61

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.96%

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

R = 28.45%
G = 30.96%
B = 40.59%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#444A61 (or 0x444A61) is known color: Port Gore. HEX triplet: 44, 4A and 61. RGB value is (68,74,97). Sum of RGB (Red+Green+Blue) = 68+74+97=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #444A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A61 is #BBB59E. Grayscale: #4A4A4A. Windows color (decimal): -12301727 or 6376004. OLE color: 6376004.

HSL color Cylindrical-coordinate representation of color #444A61: hue angle of 227.59º 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 #444A61 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 74 97 -
CMYK 0.30 0.24 0 0.62
HSL 227.59º 0.18% 0.32% -
HSV(B) 227.59º 0.3% 0.38% -
XYZ 6.99 6.99 12.29 -
YUV 74.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 68 74 97 0.30 0.24 0 0.62 227.59 0.18 0.32
Hex 44 4A 61 1E 18 0 3E E4 12 20
Octal 104 112 141 36 30 0 76 344 22 40
Binary 1000100 1001010 1100001 11110 11000 0 111110 11100100 10010 100000

Color Harmonies of #444A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A61

Black with #444A61

Text Example


Text Example

White with #444A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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