Html Css Color HEX #404863 Port Gore

📋 copy color: '#404863'

red 64 ◦ green 72 ◦ blue 99

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

Shades of Port Gore #404863

Tints of Port Gore #404863

RGB

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

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

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

R = 27.23%
G = 30.64%
B = 42.13%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#404863 (or 0x404863) is known color: Port Gore. HEX triplet: 40, 48 and 63. RGB value is (64,72,99). Sum of RGB (Red+Green+Blue) = 64+72+99=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #404863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404863 is #BFB79C. Grayscale: #484848. Windows color (decimal): -12564381 or 6506560. OLE color: 6506560.

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

Color convert

RGB 64 72 99 -
CMYK 0.35 0.27 0 0.61
HSL 226.29º 0.21% 0.32% -
HSV(B) 226.29º 0.35% 0.39% -
XYZ 6.68 6.63 12.73 -
YUV 72.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 64 72 99 0.35 0.27 0 0.61 226.29 0.21 0.32
Hex 40 48 63 23 1B 0 3D E2 15 20
Octal 100 110 143 43 33 0 75 342 25 40
Binary 1000000 1001000 1100011 100011 11011 0 111101 11100010 10101 100000

Color Harmonies of #404863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404863

Black with #404863

Text Example


Text Example

White with #404863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404863; }

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

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

background-color css

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

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

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

border-color css

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

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

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