Html Css Color HEX #404763 Port Gore

📋 copy color: '#404763'

red 64 ◦ green 71 ◦ blue 99

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

Shades of Port Gore #404763

Tints of Port Gore #404763

RGB

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

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

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

R = 27.35%
G = 30.34%
B = 42.31%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#404763 (or 0x404763) is known color: Port Gore. HEX triplet: 40, 47 and 63. RGB value is (64,71,99). Sum of RGB (Red+Green+Blue) = 64+71+99=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #404763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404763 is #BFB89C. Grayscale: #474747. Windows color (decimal): -12564637 or 6506304. OLE color: 6506304.

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

Color convert

RGB 64 71 99 -
CMYK 0.35 0.28 0 0.61
HSL 228º 0.21% 0.32% -
HSV(B) 228º 0.35% 0.39% -
XYZ 6.62 6.5 12.71 -
YUV 72.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 64 71 99 0.35 0.28 0 0.61 228 0.21 0.32
Hex 40 47 63 23 1C 0 3D E4 15 20
Octal 100 107 143 43 34 0 75 344 25 40
Binary 1000000 1000111 1100011 100011 11100 0 111101 11100100 10101 100000

Color Harmonies of #404763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404763

Black with #404763

Text Example


Text Example

White with #404763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404763; }

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

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

background-color css

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

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

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

border-color css

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

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

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