Html Css Color HEX #404671 Port Gore

📋 copy color: '#404671'

red 64 ◦ green 70 ◦ blue 113

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

Shades of Port Gore #404671

Tints of Port Gore #404671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.75%

R = 25.91%
G = 28.34%
B = 45.75%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404671 (or 0x404671) is known color: Port Gore. HEX triplet: 40, 46 and 71. RGB value is (64,70,113). Sum of RGB (Red+Green+Blue) = 64+70+113=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #404671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404671 is #BFB98E. Grayscale: #484848. Windows color (decimal): -12564879 or 7423552. OLE color: 7423552.

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

Color convert

RGB 64 70 113 -
CMYK 0.43 0.38 0 0.56
HSL 232.65º 0.28% 0.35% -
HSV(B) 232.65º 0.43% 0.44% -
XYZ 7.29 6.66 16.52 -
YUV 73.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 64 70 113 0.43 0.38 0 0.56 232.65 0.28 0.35
Hex 40 46 71 2B 26 0 38 E9 1C 23
Octal 100 106 161 53 46 0 70 351 34 43
Binary 1000000 1000110 1110001 101011 100110 0 111000 11101001 11100 100011

Color Harmonies of #404671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404671

Black with #404671

Text Example


Text Example

White with #404671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404671; }

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

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

background-color css

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

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

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

border-color css

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

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

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