Html Css Color HEX #404973 Port Gore

📋 copy color: '#404973'

red 64 ◦ green 73 ◦ blue 115

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

Shades of Port Gore #404973

Tints of Port Gore #404973

RGB

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

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

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

R = 25.4%
G = 28.97%
B = 45.63%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#404973 (or 0x404973) is known color: Port Gore. HEX triplet: 40, 49 and 73. RGB value is (64,73,115). Sum of RGB (Red+Green+Blue) = 64+73+115=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #404973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404973 is #BFB68C. Grayscale: #4A4A4A. Windows color (decimal): -12564109 or 7555392. OLE color: 7555392.

HSL color Cylindrical-coordinate representation of color #404973: hue angle of 229.41º 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 #404973 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 73 115 -
CMYK 0.44 0.37 0 0.55
HSL 229.41º 0.28% 0.35% -
HSV(B) 229.41º 0.44% 0.45% -
XYZ 7.59 7.09 17.19 -
YUV 75.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 64 73 115 0.44 0.37 0 0.55 229.41 0.28 0.35
Hex 40 49 73 2C 25 0 37 E5 1C 23
Octal 100 111 163 54 45 0 67 345 34 43
Binary 1000000 1001001 1110011 101100 100101 0 110111 11100101 11100 100011

Color Harmonies of #404973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404973

Black with #404973

Text Example


Text Example

White with #404973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404973; }

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

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

background-color css

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

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

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

border-color css

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

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

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