Html Css Color HEX #444861 Port Gore

📋 copy color: '#444861'

red 68 ◦ green 72 ◦ blue 97

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

Shades of Port Gore #444861

Tints of Port Gore #444861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.38%

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

R = 28.69%
G = 30.38%
B = 40.93%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#444861 (or 0x444861) is known color: Port Gore. HEX triplet: 44, 48 and 61. RGB value is (68,72,97). Sum of RGB (Red+Green+Blue) = 68+72+97=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #444861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444861 is #BBB79E. Grayscale: #494949. Windows color (decimal): -12302239 or 6375492. OLE color: 6375492.

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

Color convert

RGB 68 72 97 -
CMYK 0.30 0.26 0 0.62
HSL 231.72º 0.18% 0.32% -
HSV(B) 231.72º 0.3% 0.38% -
XYZ 6.86 6.73 12.25 -
YUV 73.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 68 72 97 0.30 0.26 0 0.62 231.72 0.18 0.32
Hex 44 48 61 1E 1A 0 3E E8 12 20
Octal 104 110 141 36 32 0 76 350 22 40
Binary 1000100 1001000 1100001 11110 11010 0 111110 11101000 10010 100000

Color Harmonies of #444861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444861

Black with #444861

Text Example


Text Example

White with #444861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444861; }

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

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

background-color css

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

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

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

border-color css

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

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

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