Html Css Color HEX #404963 Port Gore

📋 copy color: '#404963'

red 64 ◦ green 73 ◦ blue 99

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

Shades of Port Gore #404963

Tints of Port Gore #404963

RGB

 RED value IS 64 (25.39% from 255) = 27.12%

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

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

R = 27.12%
G = 30.93%
B = 41.95%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#404963 (or 0x404963) is known color: Port Gore. HEX triplet: 40, 49 and 63. RGB value is (64,73,99). Sum of RGB (Red+Green+Blue) = 64+73+99=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #404963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404963 is #BFB69C. Grayscale: #494949. Windows color (decimal): -12564125 or 6506816. OLE color: 6506816.

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

Color convert

RGB 64 73 99 -
CMYK 0.35 0.26 0 0.61
HSL 224.57º 0.21% 0.32% -
HSV(B) 224.57º 0.35% 0.39% -
XYZ 6.75 6.76 12.75 -
YUV 73.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 64 73 99 0.35 0.26 0 0.61 224.57 0.21 0.32
Hex 40 49 63 23 1A 0 3D E1 15 20
Octal 100 111 143 43 32 0 75 341 25 40
Binary 1000000 1001001 1100011 100011 11010 0 111101 11100001 10101 100000

Color Harmonies of #404963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404963

Black with #404963

Text Example


Text Example

White with #404963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404963; }

 p { color: rgb(64,73,99); }

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

background-color css

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

 a { background-color: rgb(64,73,99); }

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

border-color css

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

 span { border-color: rgb(64,73,99); }

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