Html Css Color HEX #404363 Port Gore

📋 copy color: '#404363'

red 64 ◦ green 67 ◦ blue 99

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

Shades of Port Gore #404363

Tints of Port Gore #404363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.13%

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

R = 27.83%
G = 29.13%
B = 43.04%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#404363 (or 0x404363) is known color: Port Gore. HEX triplet: 40, 43 and 63. RGB value is (64,67,99). Sum of RGB (Red+Green+Blue) = 64+67+99=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #404363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404363 is #BFBC9C. Grayscale: #454545. Windows color (decimal): -12565661 or 6505280. OLE color: 6505280.

HSL color Cylindrical-coordinate representation of color #404363: hue angle of 234.86º 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 #404363 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 67 99 -
CMYK 0.35 0.32 0 0.61
HSL 234.86º 0.21% 0.32% -
HSV(B) 234.86º 0.35% 0.39% -
XYZ 6.37 6.01 12.63 -
YUV 69.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 64 67 99 0.35 0.32 0 0.61 234.86 0.21 0.32
Hex 40 43 63 23 20 0 3D EB 15 20
Octal 100 103 143 43 40 0 75 353 25 40
Binary 1000000 1000011 1100011 100011 100000 0 111101 11101011 10101 100000

Color Harmonies of #404363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404363

Black with #404363

Text Example


Text Example

White with #404363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404363; }

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

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

background-color css

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

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

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

border-color css

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

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

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