Html Css Color HEX #404673 Port Gore

📋 copy color: '#404673'

red 64 ◦ green 70 ◦ blue 115

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

Shades of Port Gore #404673

Tints of Port Gore #404673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 25.7%
G = 28.11%
B = 46.18%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#404673 (or 0x404673) is known color: Port Gore. HEX triplet: 40, 46 and 73. RGB value is (64,70,115). Sum of RGB (Red+Green+Blue) = 64+70+115=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #404673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404673 is #BFB98C. Grayscale: #494949. Windows color (decimal): -12564877 or 7554624. OLE color: 7554624.

HSL color Cylindrical-coordinate representation of color #404673: hue angle of 232.94º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404673 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 70 115 -
CMYK 0.44 0.39 0 0.55
HSL 232.94º 0.28% 0.35% -
HSV(B) 232.94º 0.44% 0.45% -
XYZ 7.4 6.71 17.12 -
YUV 73.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 64 70 115 0.44 0.39 0 0.55 232.94 0.28 0.35
Hex 40 46 73 2C 27 0 37 E9 1C 23
Octal 100 106 163 54 47 0 67 351 34 43
Binary 1000000 1000110 1110011 101100 100111 0 110111 11101001 11100 100011

Color Harmonies of #404673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404673

Black with #404673

Text Example


Text Example

White with #404673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404673; }

 p { color: rgb(64,70,115); }

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

background-color css

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

 a { background-color: rgb(64,70,115); }

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

border-color css

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

 span { border-color: rgb(64,70,115); }

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