Html Css Color HEX #444763 Port Gore

📋 copy color: '#444763'

red 68 ◦ green 71 ◦ blue 99

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

Shades of Port Gore #444763

Tints of Port Gore #444763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 28.57%
G = 29.83%
B = 41.6%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#444763 (or 0x444763) is known color: Port Gore. HEX triplet: 44, 47 and 63. RGB value is (68,71,99). Sum of RGB (Red+Green+Blue) = 68+71+99=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #444763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444763 is #BBB89C. Grayscale: #494949. Windows color (decimal): -12302493 or 6506308. OLE color: 6506308.

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

Color convert

RGB 68 71 99 -
CMYK 0.31 0.28 0 0.61
HSL 234.19º 0.19% 0.33% -
HSV(B) 234.19º 0.31% 0.39% -
XYZ 6.89 6.64 12.72 -
YUV 73.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 68 71 99 0.31 0.28 0 0.61 234.19 0.19 0.33
Hex 44 47 63 1F 1C 0 3D EA 13 21
Octal 104 107 143 37 34 0 75 352 23 41
Binary 1000100 1000111 1100011 11111 11100 0 111101 11101010 10011 100001

Color Harmonies of #444763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444763

Black with #444763

Text Example


Text Example

White with #444763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444763; }

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

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

background-color css

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

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

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

border-color css

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

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

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