Html Css Color HEX #444764 Port Gore

📋 copy color: '#444764'

red 68 ◦ green 71 ◦ blue 100

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

Shades of Port Gore #444764

Tints of Port Gore #444764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.84%

R = 28.45%
G = 29.71%
B = 41.84%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#444764 (or 0x444764) is known color: Port Gore. HEX triplet: 44, 47 and 64. RGB value is (68,71,100). Sum of RGB (Red+Green+Blue) = 68+71+100=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 100 - color contains mainly: blue. Hex color #444764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444764 is #BBB89B. Grayscale: #494949. Windows color (decimal): -12302492 or 6571844. OLE color: 6571844.

HSL color Cylindrical-coordinate representation of color #444764: hue angle of 234.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #444764 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 71 100 -
CMYK 0.32 0.29 0 0.61
HSL 234.38º 0.19% 0.33% -
HSV(B) 234.38º 0.32% 0.39% -
XYZ 6.94 6.66 12.98 -
YUV 73.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 68 71 100 0.32 0.29 0 0.61 234.38 0.19 0.33
Hex 44 47 64 20 1D 0 3D EA 13 21
Octal 104 107 144 40 35 0 75 352 23 41
Binary 1000100 1000111 1100100 100000 11101 0 111101 11101010 10011 100001

Color Harmonies of #444764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444764

Black with #444764

Text Example


Text Example

White with #444764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444764; }

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

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

background-color css

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

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

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

border-color css

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

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

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